Dogecoin uses official BIP44 coin type

http://doc.satoshilabs.com/slips/slip-0044.html
This commit is contained in:
Ian Coleman
2014-10-15 09:51:50 +11:00
parent ea483b4a2e
commit 1494d6f3ac
2 changed files with 2 additions and 4 deletions

View File

@@ -33938,8 +33938,7 @@ var Mnemonic = function(language) {
}
else if (n == "dogecoin") {
network = Bitcoin.networks.dogecoin;
var UNOFFICIAL_BIP44_COIN = 9999;
DOM.bip44coin.val(UNOFFICIAL_BIP44_COIN); // This coin is not in BIP44
DOM.bip44coin.val(3);
}
setBip44DerivationPath();
delayedPhraseChanged();