From 378051c4a814a4623fa643e5104f8dfead307a92 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Sun, 26 Mar 2017 15:15:12 -0700 Subject: [PATCH] networks: fix witnesspubkeyhash for simnet. --- lib/protocol/networks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/protocol/networks.js b/lib/protocol/networks.js index dc26efaf..2df66ef9 100644 --- a/lib/protocol/networks.js +++ b/lib/protocol/networks.js @@ -1047,7 +1047,7 @@ simnet.keyPrefix = { simnet.addressPrefix = { pubkeyhash: 0x3f, scripthash: 0x7b, - witnesspubkeyhash: 0x03, + witnesspubkeyhash: 0x19, witnessscripthash: 0x28 };