]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Merge pull request #462 from zoobc/master
authoriancoleman <1281387+iancoleman@users.noreply.github.com>
Thu, 11 Feb 2021 01:55:36 +0000 (12:55 +1100)
committerGitHub <noreply@github.com>
Thu, 11 Feb 2021 01:55:36 +0000 (12:55 +1100)
Add ZooBC coin support

src/js/bitcoinjs-extensions.js

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