]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
fix: Namecoin WIF prefix
authorRobyn <16455953+robiiinos@users.noreply.github.com>
Mon, 4 Jan 2021 20:34:19 +0000 (21:34 +0100)
committerGitHub <noreply@github.com>
Mon, 4 Jan 2021 20:34:19 +0000 (21:34 +0100)
src/js/bitcoinjs-extensions.js

index 08a6be8c72c2ee6a4ec7a6c08f0a7f5bfbffc64a..b049d78e7bf8e8088bcc26f6f50696b3e959d714 100644 (file)
@@ -114,7 +114,7 @@ libs.bitcoin.networks.namecoin = {
   },
   pubKeyHash: 0x34,
   scriptHash: 0x0D,
-  wif: 0x80
+  wif: 0xb4
 };
 
 libs.bitcoin.networks.peercoin = {