remove unused setting

This commit is contained in:
ThomasV 2015-11-25 19:09:32 +01:00
parent ed2ab5e3c1
commit d8ca881457

View File

@ -126,9 +126,6 @@ def init_cmdline(config):
cmd.requires_password = False
cmd.requires_wallet = False
if cmdname == 'listrequests' and config.get('status'):
cmd.requires_network = True
# instanciate wallet for command-line
storage = WalletStorage(config.get_wallet_path())