Browse Source

networks: changed P2SH to 0x32

hk-custom-address
Daniel Cousens 8 years ago
parent
commit
78b2d34af6
  1. 2
      src/networks.js

2
src/networks.js

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

Loading…
Cancel
Save