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