Update bip32.py
This commit is contained in:
parent
791cf2aaaf
commit
9b4db25f86
@ -657,6 +657,8 @@ class Wallet(object):
|
||||
response = BitcoinGoldMainNet
|
||||
elif network == "dash" or network == "DASH":
|
||||
response = DashMainNet
|
||||
elif network == 'dash_testnet' or network == 'DASHTEST':
|
||||
response = DashTestNet
|
||||
else:
|
||||
response = network
|
||||
return response
|
||||
|
||||
Loading…
Reference in New Issue
Block a user