networks: fix witnesspubkeyhash for simnet.
This commit is contained in:
parent
fd1ff3359c
commit
378051c4a8
@ -1047,7 +1047,7 @@ simnet.keyPrefix = {
|
|||||||
simnet.addressPrefix = {
|
simnet.addressPrefix = {
|
||||||
pubkeyhash: 0x3f,
|
pubkeyhash: 0x3f,
|
||||||
scripthash: 0x7b,
|
scripthash: 0x7b,
|
||||||
witnesspubkeyhash: 0x03,
|
witnesspubkeyhash: 0x19,
|
||||||
witnessscripthash: 0x28
|
witnessscripthash: 0x28
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user