1
0
This commit is contained in:
ThomasV
2014-04-17 17:05:36 +02:00
parent a332a2a7ee
commit 8a7a6f347b

View File

@@ -1261,7 +1261,7 @@ class NewWallet:
def send_tx(self, tx):
# asynchronous
self.tx_event.clear()
self.network.interface.send([('blockchain.transaction.broadcast', [str(tx)])], self.on_broadcast)
self.network.send([('blockchain.transaction.broadcast', [str(tx)])], self.on_broadcast)
return tx.hash()
def on_broadcast(self, i, r):