aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/index.js')
-rw-r--r--src/js/index.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/js/index.js b/src/js/index.js
index bbef50d..20fa000 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -85,8 +85,7 @@
85 } 85 }
86 else if (n == "dogecoin") { 86 else if (n == "dogecoin") {
87 network = Bitcoin.networks.dogecoin; 87 network = Bitcoin.networks.dogecoin;
88 var UNOFFICIAL_BIP44_COIN = 9999; 88 DOM.bip44coin.val(3);
89 DOM.bip44coin.val(UNOFFICIAL_BIP44_COIN); // This coin is not in BIP44
90 } 89 }
91 setBip44DerivationPath(); 90 setBip44DerivationPath();
92 delayedPhraseChanged(); 91 delayedPhraseChanged();