]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Merge pull request #300 from robiiinos/master
authoriancoleman <1281387+iancoleman@users.noreply.github.com>
Mon, 25 Feb 2019 00:27:23 +0000 (11:27 +1100)
committerGitHub <noreply@github.com>
Mon, 25 Feb 2019 00:27:23 +0000 (11:27 +1100)
Fixed PPC scriptHash

src/js/bitcoinjs-extensions.js

index ead1660b7925b2ad1b1be350fa84388b525de164..c2f278205fde5141c3aab0d7d7ba1e30c9b1538d 100644 (file)
@@ -104,7 +104,7 @@ bitcoinjs.bitcoin.networks.peercoin = {
     private: 0x0488ade4
   },
   pubKeyHash: 0x37,
-  scriptHash: 0x00, // TODO set this correctly
+  scriptHash: 0x75,
   wif: 0xb7
 };