aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/index.js')
-rw-r--r--src/js/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/index.js b/src/js/index.js
index 472d392..8caa0ed 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -240,7 +240,7 @@
240 } 240 }
241 phraseChangeTimeoutEvent = setTimeout(function() { 241 phraseChangeTimeoutEvent = setTimeout(function() {
242 phraseChanged(); 242 phraseChanged();
243 var entropy = mnemonic.toRawEntropyHex(DOM.phrase.val()); 243 var entropy = mnemonic.toRawEntropyBin(DOM.phrase.val());
244 if (entropy !== null) { 244 if (entropy !== null) {
245 DOM.entropyMnemonicLength.val("raw"); 245 DOM.entropyMnemonicLength.val("raw");
246 DOM.entropy.val(entropy); 246 DOM.entropy.val(entropy);