From 49365ac5d2a4519400ae8eb8bc25de6b0be6d680 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 17 Oct 2016 16:24:37 -0300 Subject: [PATCH] test --- src/chainparams.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/chainparams.cpp b/src/chainparams.cpp index 3d227a978..031842c1d 100644 --- a/src/chainparams.cpp +++ b/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};