diff --git a/pywallet/wallet.py b/pywallet/wallet.py index 691c970..e8c7426 100644 --- a/pywallet/wallet.py +++ b/pywallet/wallet.py @@ -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