mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 17:01:34 +00:00
minor fix
This commit is contained in:
parent
fc3b80c873
commit
98f606a25e
1 changed files with 1 additions and 0 deletions
|
@ -253,6 +253,7 @@ class Interface:
|
|||
def send_tx(self, data):
|
||||
if self.use_http():
|
||||
out = self.http_json_server.blockchain.transaction.broadcast(data)
|
||||
out = out.get("result")
|
||||
else:
|
||||
out = self.request( repr ( ('tx', data )))
|
||||
return out
|
||||
|
|
Loading…
Add table
Reference in a new issue