Added DASH testnet in get_networks
This commit is contained in:
parent
6387cb4628
commit
791cf2aaaf
@ -80,6 +80,8 @@ def get_network(network='btctest'):
|
||||
return BitcoinGoldMainNet
|
||||
elif network == "dash" or network == "dash":
|
||||
return DashMainNet
|
||||
elif network == "dash_testnet" or network == 'dashtest':
|
||||
return DashTestNet
|
||||
|
||||
return BitcoinTestNet
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user