Skip to content

Commit

Permalink
Namecoin: change BIP44 coin type from Bitcoin to Namecoin.
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyRand committed Jun 24, 2018
1 parent c50d2a1 commit 62cfe26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class BitcoinMainnet:
'p2wpkh': 0x04b24746, # zpub
'p2wsh': 0x02aa7ed3, # Zpub
}
BIP44_COIN_TYPE = 0
BIP44_COIN_TYPE = 7


class BitcoinTestnet:
Expand Down

0 comments on commit 62cfe26

Please sign in to comment.