Merge pull request #306 from robiiinos/fix-nmc

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

View File

@@ -93,7 +93,7 @@ bitcoinjs.bitcoin.networks.namecoin = {
private: 0x0488ade4
},
pubKeyHash: 0x34,
scriptHash: 0x00, // TODO set this correctly
scriptHash: 0x0D,
wif: 0x80
};