fix sendtx
This commit is contained in:
@@ -783,7 +783,7 @@ class Wallet:
|
|||||||
# synchronous
|
# synchronous
|
||||||
h = self.send_tx(tx)
|
h = self.send_tx(tx)
|
||||||
self.tx_event.wait()
|
self.tx_event.wait()
|
||||||
self.receive_tx(h)
|
return self.receive_tx(h)
|
||||||
|
|
||||||
def send_tx(self, tx):
|
def send_tx(self, tx):
|
||||||
# asynchronous
|
# asynchronous
|
||||||
|
|||||||
Reference in New Issue
Block a user