mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
fix sendtx
This commit is contained in:
parent
537d02977c
commit
91feae01ac
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue