aboutsummaryrefslogtreecommitdiff
path: root/bip39-standalone.html
diff options
context:
space:
mode:
Diffstat (limited to 'bip39-standalone.html')
-rw-r--r--bip39-standalone.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/bip39-standalone.html b/bip39-standalone.html
index c015856..77e86a5 100644
--- a/bip39-standalone.html
+++ b/bip39-standalone.html
@@ -33938,8 +33938,7 @@ var Mnemonic = function(language) {
33938 } 33938 }
33939 else if (n == "dogecoin") { 33939 else if (n == "dogecoin") {
33940 network = Bitcoin.networks.dogecoin; 33940 network = Bitcoin.networks.dogecoin;
33941 var UNOFFICIAL_BIP44_COIN = 9999; 33941 DOM.bip44coin.val(3);
33942 DOM.bip44coin.val(UNOFFICIAL_BIP44_COIN); // This coin is not in BIP44
33943 } 33942 }
33944 setBip44DerivationPath(); 33943 setBip44DerivationPath();
33945 delayedPhraseChanged(); 33944 delayedPhraseChanged();