fix: Namecoin WIF prefix

This commit is contained in:
Robyn
2021-01-04 21:34:19 +01:00
committed by GitHub
parent 32ade2fbf7
commit c64ff95697

View File

@@ -114,7 +114,7 @@ libs.bitcoin.networks.namecoin = {
},
pubKeyHash: 0x34,
scriptHash: 0x0D,
wif: 0x80
wif: 0xb4
};
libs.bitcoin.networks.peercoin = {