1
0

Coinbase BuyBack plugin

This commit is contained in:
ortutay
2014-01-05 00:19:23 -08:00
parent c0ba368436
commit 4edfc6d82e
9 changed files with 363 additions and 7 deletions

View File

@@ -319,7 +319,7 @@ class ElectrumGui:
h = self.wallet.send_tx(tx)
self.show_message(_("Please wait..."), getchar=False)
self.wallet.tx_event.wait()
status, msg = self.wallet.receive_tx( h )
status, msg = self.wallet.receive_tx( h, tx )
if status:
self.show_message(_('Payment sent.'))