1
0

trezor plugin

This commit is contained in:
m0mchil
2014-07-10 22:44:28 +03:00
parent bd3bfb5e53
commit a336379aa5
4 changed files with 327 additions and 5 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)
run_hook('send_tx', tx, self.wallet)
# sign the tx
def sign_thread():