aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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();