aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDan Gershony <dan.gershony@gmail.com>2016-08-23 15:33:48 +0100
committerGitHub <noreply@github.com>2016-08-23 15:33:48 +0100
commit82f91834f640eb66f9f5ab01f9df37cf805bc13b (patch)
tree98b824adf6ed9de17b21783bdc83d515d4f94810 /src
parent33ddd9a139b191fc110bb916a48d4669b76a93c2 (diff)
downloadBIP39-82f91834f640eb66f9f5ab01f9df37cf805bc13b.tar.gz
BIP39-82f91834f640eb66f9f5ab01f9df37cf805bc13b.tar.zst
BIP39-82f91834f640eb66f9f5ab01f9df37cf805bc13b.zip
Add dash
Diffstat (limited to 'src')
-rw-r--r--src/js/index.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/js/index.js b/src/js/index.js
index 8f7d658..0599321 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -580,6 +580,13 @@
580 DOM.bip44coin.val(23); 580 DOM.bip44coin.val(23);
581 }, 581 },
582 }, 582 },
583 {
584 name: "DASH",
585 onSelect: function() {
586 network = bitcoin.networks.dash;
587 DOM.bip44coin.val(5);
588 },
589 },
583 ] 590 ]
584 591
585 init(); 592 init();