networks: changed P2SH to 0x32

This commit is contained in:
Daniel Cousens 2017-05-04 22:01:33 +10:00
parent 2228d285a4
commit 78b2d34af6

View file

@ -29,7 +29,7 @@ module.exports = {
private: 0x019d9cfe private: 0x019d9cfe
}, },
pubKeyHash: 0x30, pubKeyHash: 0x30,
scriptHash: 0x50, scriptHash: 0x32,
wif: 0xb0 wif: 0xb0
} }
} }