diff --git a/bip39-standalone.html b/bip39-standalone.html index debc6f2..2769ec3 100644 --- a/bip39-standalone.html +++ b/bip39-standalone.html @@ -6409,7 +6409,7 @@ button.close {
Note these addreses are derived from the BIP32 Extended Key
-
@@ -33855,7 +33856,7 @@ var Mnemonic = function(language) {
DOM.network = $(".network");
DOM.phraseNetwork = $("#network-phrase");
DOM.bip44Network = $("#network-bip44");
- DOM.addressNetwork = $("#network-address-type");
+ DOM.addressNetwork = $("#network-address-type");
DOM.phrase = $(".phrase");
DOM.passphrase = $(".passphrase");
DOM.generate = $(".generate");
@@ -33933,9 +33934,9 @@ var Mnemonic = function(language) {
}
DOM.phraseNetwork.val(n);
DOM.bip44Network.val(n);
- if(e.target != DOM.addressNetwork.dom){
- DOM.addressNetwork.val(n);
- }
+ if(e.target != DOM.addressNetwork.dom){
+ DOM.addressNetwork.val(n);
+ }
delayedPhraseChanged();
}
diff --git a/src/index.html b/src/index.html
index 695570f..5ff997b 100644
--- a/src/index.html
+++ b/src/index.html
@@ -205,7 +205,7 @@
Derived AddressesNote these addreses are derived from the BIP32 Extended Key -
+ |
|---|