]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
update index.js with correct BIP44 reg. number
authorjanko33bd <janko33bd@gmail.com>
Wed, 7 Feb 2018 18:26:26 +0000 (19:26 +0100)
committerGitHub <noreply@github.com>
Wed, 7 Feb 2018 18:26:26 +0000 (19:26 +0100)
src/js/index.js

index b09a981933a2168c0507bf5c4d733ec91e57339c..580573dd5309ed9a263586f1f02b5daab4189e79 100644 (file)
                 network = bitcoinjs.bitcoin.networks.bitcoin;
                 setHdCoin(144);
             },
+        },
+        {
+            name: "BLK - BlackCoin",
+            segwitAvailable: false,
+            onSelect: function() {
+                network = bitcoinjs.bitcoin.networks.blackcoin;
+                setHdCoin(10);
+            },
         }
     ]