Skip to content

Commit 4175ff7

Browse files
committed
Add 1 to BIP44 in Testnet
1 parent c1bc2d8 commit 4175ff7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/chainparams.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ class CTestNetParams : public CChainParams {
371371
base58Prefixes[EXT_SECRET_KEY] = {0x04, 0x35, 0x83, 0x94};
372372

373373
// Neurai BIP44 cointype in testnet
374-
nExtCoinType = 0;
374+
nExtCoinType = 1;
375375

376376
vFixedSeeds = std::vector<SeedSpec6>(pnSeed6_test, pnSeed6_test + ARRAYLEN(pnSeed6_test));
377377

0 commit comments

Comments
 (0)