mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 18:25:21 +00:00
fix: varname
This commit is contained in:
parent
f77c922cfc
commit
fb43d8526b
1 changed files with 1 additions and 1 deletions
|
@ -552,7 +552,7 @@ def do_command(cmd, data, ipaddr):
|
|||
out = cmd_load(data)
|
||||
|
||||
elif cmd =='tx':
|
||||
r = send_tx(data)
|
||||
out = send_tx(data)
|
||||
print "sent tx:", out
|
||||
|
||||
elif cmd == 'stop':
|
||||
|
|
Loading…
Add table
Reference in a new issue