Update bip32.py

This commit is contained in:
Joemar Taganna 2018-01-20 00:02:11 +08:00 committed by GitHub
parent 791cf2aaaf
commit 9b4db25f86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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