1
0

show request status

This commit is contained in:
ThomasV
2015-06-02 11:36:06 +02:00
parent e4946cf26e
commit 088d8e8415
5 changed files with 39 additions and 18 deletions

View File

@@ -191,6 +191,9 @@ def run_cmdline(config):
cmd.requires_password = False
cmd.requires_wallet = False
if cmdname == 'listrequests' and config.get('status'):
cmd.requires_network = True
# arguments passed to function
args = map(lambda x: config.get(x), cmd.params)
# options