Merge pull request #308 from robiiinos/xmy-scripthash

Fix XMY scriptHash
This commit is contained in:
iancoleman
2019-03-14 10:38:40 +11:00
committed by GitHub

View File

@@ -236,7 +236,7 @@ bitcoinjs.bitcoin.networks.myriadcoin = {
private: 0x0488ade4
},
pubKeyHash: 0x32,
scriptHash: 0x00, // TODO set this correctly
scriptHash: 0x09,
wif: 0xb2
};