1
0

passing wallet instance not needed anymore

This commit is contained in:
m0mchil
2014-07-27 14:57:23 +03:00
parent bb78873e24
commit d5f08d657f
2 changed files with 3 additions and 3 deletions

View File

@@ -1058,7 +1058,7 @@ class ElectrumWindow(QMainWindow):
return
# call hook to see if plugin needs gui interaction
run_hook('send_tx', tx, self.wallet)
run_hook('send_tx', tx)
# sign the tx
def sign_thread():