1
0

Add support for BU's nolnet

Also update testnet servers
Add missing self. in print_error call
This commit is contained in:
Neil Booth
2017-03-04 11:01:32 +09:00
parent b2d66b2a6f
commit 8888a50549
6 changed files with 31 additions and 3 deletions

View File

@@ -361,6 +361,10 @@ if __name__ == '__main__':
bitcoin.set_testnet()
network.set_testnet()
if config.get('nolnet'):
bitcoin.set_nolnet()
network.set_nolnet()
# run non-RPC commands separately
if cmdname in ['create', 'restore']:
run_non_RPC(config)