Skip to content

Commit

Permalink
Update private key versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
vertoe committed Dec 6, 2014
1 parent 601457c commit 6723c9e
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 @@ -67,7 +67,7 @@ class CMainParams : public CChainParams {

base58Prefixes[PUBKEY_ADDRESS] = list_of(76); // Darkcoin addresses start with X
base58Prefixes[SCRIPT_ADDRESS] = list_of(5);
base58Prefixes[SECRET_KEY] = list_of(128);
base58Prefixes[SECRET_KEY] = list_of(204);
base58Prefixes[EXT_PUBLIC_KEY] = list_of(0x04)(0x88)(0xB2)(0x1E);
base58Prefixes[EXT_SECRET_KEY] = list_of(0x04)(0x88)(0xAD)(0xE4);

Expand Down Expand Up @@ -133,7 +133,7 @@ class CTestNetParams : public CMainParams {

base58Prefixes[PUBKEY_ADDRESS] = list_of(138); // Testnet v4 addresses start with x
base58Prefixes[SCRIPT_ADDRESS] = list_of(196);
base58Prefixes[SECRET_KEY] = list_of(239);
base58Prefixes[SECRET_KEY] = list_of(266);
base58Prefixes[EXT_PUBLIC_KEY] = list_of(0x04)(0x35)(0x87)(0xCF);
base58Prefixes[EXT_SECRET_KEY] = list_of(0x04)(0x35)(0x83)(0x94);
}
Expand Down

0 comments on commit 6723c9e

Please sign in to comment.