remove unused setting
This commit is contained in:
3
electrum
3
electrum
@@ -126,9 +126,6 @@ def init_cmdline(config):
|
|||||||
cmd.requires_password = False
|
cmd.requires_password = False
|
||||||
cmd.requires_wallet = False
|
cmd.requires_wallet = False
|
||||||
|
|
||||||
if cmdname == 'listrequests' and config.get('status'):
|
|
||||||
cmd.requires_network = True
|
|
||||||
|
|
||||||
# instanciate wallet for command-line
|
# instanciate wallet for command-line
|
||||||
storage = WalletStorage(config.get_wallet_path())
|
storage = WalletStorage(config.get_wallet_path())
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user