fix sendtx

This commit is contained in:
thomasv 2012-11-22 13:12:17 +01:00
parent 537d02977c
commit 91feae01ac

View file

@ -783,7 +783,7 @@ class Wallet:
# synchronous
h = self.send_tx(tx)
self.tx_event.wait()
self.receive_tx(h)
return self.receive_tx(h)
def send_tx(self, tx):
# asynchronous