diff --git a/pywallet/utils/bip32.py b/pywallet/utils/bip32.py index b560315..51f07fc 100644 --- a/pywallet/utils/bip32.py +++ b/pywallet/utils/bip32.py @@ -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