mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 09:45:18 +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):
|
def send_tx(self, data):
|
||||||
if self.use_http():
|
if self.use_http():
|
||||||
out = self.http_json_server.blockchain.transaction.broadcast(data)
|
out = self.http_json_server.blockchain.transaction.broadcast(data)
|
||||||
|
out = out.get("result")
|
||||||
else:
|
else:
|
||||||
out = self.request( repr ( ('tx', data )))
|
out = self.request( repr ( ('tx', data )))
|
||||||
return out
|
return out
|
||||||
|
|
Loading…
Add table
Reference in a new issue