From 7496cf8d47ec22ece573b4e404e901f26e01fff7 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Sat, 13 May 2017 19:55:21 -0700 Subject: [PATCH] networks: more network uniqueness. --- lib/protocol/networks.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/protocol/networks.js b/lib/protocol/networks.js index 62757421..3851d1b9 100644 --- a/lib/protocol/networks.js +++ b/lib/protocol/networks.js @@ -902,8 +902,8 @@ segnet4.keyPrefix = { segnet4.addressPrefix = { pubkeyhash: 0x1e, scripthash: 0x32, - witnesspubkeyhash: 0x03, - witnessscripthash: 0x28, + witnesspubkeyhash: 0x04, + witnessscripthash: 0x29, bech32: 'sg' };