mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-18 16:32:18 +00:00
Dogecoin uses official BIP44 coin type
http://doc.satoshilabs.com/slips/slip-0044.html
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user