networks: update simnet bech32 prefix

This commit is contained in:
Javed Khan 2018-03-27 06:47:42 +05:30 committed by Christopher Jeffrey
parent 432a33c012
commit 37a1d02e76
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -975,7 +975,7 @@ simnet.addressPrefix = {
scripthash: 0x7b,
witnesspubkeyhash: 0x19,
witnessscripthash: 0x28,
bech32: 'sc'
bech32: 'sb'
};
simnet.requireStandard = false;