Coinbase BuyBack plugin
This commit is contained in:
@@ -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.'))
|
||||
|
||||
Reference in New Issue
Block a user