remove unneeded parameter
This commit is contained in:
@@ -1664,10 +1664,8 @@ class ElectrumWindow(QMainWindow):
|
||||
|
||||
|
||||
@protected
|
||||
def sign_raw_transaction(self, tx, input_info, dialog ="", password = ""):
|
||||
def sign_raw_transaction(self, tx, input_info, password):
|
||||
self.wallet.signrawtransaction(tx, input_info, [], password)
|
||||
|
||||
|
||||
|
||||
def do_process_from_text(self):
|
||||
text = text_dialog(self, _('Input raw transaction'), _("Transaction:"), _("Load transaction"))
|
||||
|
||||
Reference in New Issue
Block a user