Fix NMC scriptHash

This commit is contained in:
Robiiinos
2019-03-13 23:33:39 +09:00
parent 9f83f0fcd7
commit a938c2f5a5

View File

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