1
0

remove unneeded parameter

This commit is contained in:
ThomasV
2013-09-14 21:18:14 +02:00
parent d51a8d0f25
commit 72d7d0b07a
2 changed files with 2 additions and 4 deletions

View File

@@ -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"))