Browse Source

test

metaverse
jl777 8 years ago
parent
commit
49365ac5d2
  1. 4
      src/chainparams.cpp

4
src/chainparams.cpp

@ -119,9 +119,9 @@ fprintf(stderr,"chainparams\n");
// guarantees the first 2 characters, when base58 encoded, are "t1"
base58Prefixes[PUBKEY_ADDRESS] = {0x3C,0xB8};
// guarantees the first 2 characters, when base58 encoded, are "t3"
base58Prefixes[SCRIPT_ADDRESS] = {0x1C,0xBD};
base58Prefixes[SCRIPT_ADDRESS] = {0x55,0xBD};
// the first character, when base58 encoded, is "5" or "K" or "L" (as in Bitcoin)
base58Prefixes[SECRET_KEY] = {0x80};
base58Prefixes[SECRET_KEY] = {188};
// do not rely on these BIP32 prefixes; they are not specified and may change
base58Prefixes[EXT_PUBLIC_KEY] = {0x04,0x88,0xB2,0x1E};
base58Prefixes[EXT_SECRET_KEY] = {0x04,0x88,0xAD,0xE4};

Loading…
Cancel
Save