Skip to content

Commit

Permalink
Merge pull request #30 from observernet/register-bip-0044
Browse files Browse the repository at this point in the history
change BIP44 coin type and register it
  • Loading branch information
observerdev committed Mar 27, 2019
2 parents 9d22c29 + 959f357 commit d50508c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chainparams.cpp
Expand Up @@ -313,7 +313,7 @@ class CTestNetParams : public CMainParams
// Testnet obsr BIP32 prvkeys start with 'DRKP'
base58Prefixes[EXT_SECRET_KEY] = boost::assign::list_of(0x3a)(0x80)(0x58)(0x37).convert_to_container<std::vector<unsigned char> >();
// Testnet obsr BIP44 coin type is '1' (All coin's testnet default)
base58Prefixes[EXT_COIN_TYPE] = boost::assign::list_of(0x80)(0x00)(0x00)(0x01).convert_to_container<std::vector<unsigned char> >();
base58Prefixes[EXT_COIN_TYPE] = boost::assign::list_of(0x80)(0x77)(0x67)(0x71).convert_to_container<std::vector<unsigned char> >();

convertSeed6(vFixedSeeds, pnSeed6_test, ARRAYLEN(pnSeed6_test));

Expand Down

0 comments on commit d50508c

Please sign in to comment.