Skip to content

Commit

Permalink
Update BIP44
Browse files Browse the repository at this point in the history
  • Loading branch information
hatchpay committed Sep 14, 2019
1 parent 390e76f commit 7c40e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,8 @@ class CMainParams : public CChainParams {
// Hatch BIP32 prvkeys start with 'xprv' (Bitcoin defaults)
base58Prefixes[EXT_SECRET_KEY] = boost::assign::list_of(0x04)(0x88)(0xAD)(0xE4).convert_to_container<std::vector<unsigned char> >();

// Hatch BIP44 coin type is '5'
nExtCoinType = 5;
// Hatch BIP44 coin type is '88888888'
nExtCoinType = 88888888;

vFixedSeeds = std::vector<SeedSpec6>(pnSeed6_main, pnSeed6_main + ARRAYLEN(pnSeed6_main));

Expand Down

0 comments on commit 7c40e3d

Please sign in to comment.