mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 23:41:35 +00:00
fix
This commit is contained in:
parent
d1f99d1d40
commit
e8b14c35c3
1 changed files with 1 additions and 1 deletions
|
@ -447,7 +447,7 @@ def do_command(cmd, data, ipaddr):
|
|||
out = repr( store.get_history( address ) )
|
||||
|
||||
elif cmd == 'load':
|
||||
out = cmd_load(data)
|
||||
out = cmd_load(None,None,data)
|
||||
|
||||
elif cmd =='tx':
|
||||
out = send_tx(data)
|
||||
|
|
Loading…
Add table
Reference in a new issue