mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-28 05:10:41 +00:00
Tests for passphrase and coin selection
This commit is contained in:
+8
-3
@@ -72,9 +72,14 @@
|
||||
// Event handlers
|
||||
|
||||
function networkChanged(e) {
|
||||
var network = e.target.value;
|
||||
networks[network].onSelect();
|
||||
displayBip32Info();
|
||||
var networkIndex = e.target.value;
|
||||
networks[networkIndex].onSelect();
|
||||
if (seed != null) {
|
||||
phraseChanged();
|
||||
}
|
||||
else {
|
||||
rootKeyChanged();
|
||||
}
|
||||
}
|
||||
|
||||
function delayedPhraseChanged() {
|
||||
|
||||
Reference in New Issue
Block a user