]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/BIP39.git/commitdiff
Add dash
authorDan Gershony <dan.gershony@gmail.com>
Tue, 23 Aug 2016 14:33:48 +0000 (15:33 +0100)
committerGitHub <noreply@github.com>
Tue, 23 Aug 2016 14:33:48 +0000 (15:33 +0100)
src/js/index.js

index 8f7d658dad75b1564a5b41f55c37c18d2a65245e..059932141899270237be2cdf681ddaf9bcc56c4e 100644 (file)
                 DOM.bip44coin.val(23);
             },
         },
+        {
+            name: "DASH",
+            onSelect: function() {
+                network = bitcoin.networks.dash;
+                DOM.bip44coin.val(5);
+            },
+        },
     ]
 
     init();