Skip to content

Commit

Permalink
Update bip32.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joemarct authored Jan 19, 2018
1 parent 791cf2a commit 9b4db25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pywallet/utils/bip32.py
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,8 @@ def get_network(self, network):
response = BitcoinGoldMainNet
elif network == "dash" or network == "DASH":
response = DashMainNet
elif network == 'dash_testnet' or network == 'DASHTEST':
response = DashTestNet
else:
response = network
return response
Expand Down

0 comments on commit 9b4db25

Please sign in to comment.