From 37a1d02e7695f3fabf0c4ebda18d7514b5b3d629 Mon Sep 17 00:00:00 2001 From: Javed Khan Date: Tue, 27 Mar 2018 06:47:42 +0530 Subject: [PATCH] networks: update simnet bech32 prefix --- 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 feda58b5..63fcec26 100644 --- a/lib/protocol/networks.js +++ b/lib/protocol/networks.js @@ -975,7 +975,7 @@ simnet.addressPrefix = { scripthash: 0x7b, witnesspubkeyhash: 0x19, witnessscripthash: 0x28, - bech32: 'sc' + bech32: 'sb' }; simnet.requireStandard = false;