1
0

add simnet support (#4455)

This commit is contained in:
Janus Troelsen
2018-06-22 17:07:07 +02:00
committed by ghost43
parent a141c69b25
commit 4f85615734
4 changed files with 17 additions and 0 deletions

View File

@@ -401,6 +401,8 @@ if __name__ == '__main__':
constants.set_testnet()
elif config.get('regtest'):
constants.set_regtest()
elif config.get('simnet'):
constants.set_simnet()
# run non-RPC commands separately
if cmdname in ['create', 'restore']: