mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-18 08:22:16 +00:00
Fix XMY scriptHash
This commit is contained in:
@@ -236,7 +236,7 @@ bitcoinjs.bitcoin.networks.myriadcoin = {
|
|||||||
private: 0x0488ade4
|
private: 0x0488ade4
|
||||||
},
|
},
|
||||||
pubKeyHash: 0x32,
|
pubKeyHash: 0x32,
|
||||||
scriptHash: 0x00, // TODO set this correctly
|
scriptHash: 0x09,
|
||||||
wif: 0xb2
|
wif: 0xb2
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user