aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
authorIan Coleman <coleman.ian@gmail.com>2014-10-15 09:51:50 +1100
committerIan Coleman <coleman.ian@gmail.com>2014-10-15 09:53:45 +1100
commit1494d6f3acb8fa973aa133f9414db163d31e188c (patch)
tree32873f849f93d88b463d46e8a878e656798c496b /src/js/index.js
parentea483b4a2e33a48279fc7a740609c7dfd8e200ad (diff)
downloadBIP39-1494d6f3acb8fa973aa133f9414db163d31e188c.tar.gz
BIP39-1494d6f3acb8fa973aa133f9414db163d31e188c.tar.zst
BIP39-1494d6f3acb8fa973aa133f9414db163d31e188c.zip
Dogecoin uses official BIP44 coin type
http://doc.satoshilabs.com/slips/slip-0044.html
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();