Skip to content

Commit 0bb7426

Browse files
committed
Update cardano-signer.js
1 parent 2e1c517 commit 0bb7426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cardano-signer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2289,7 +2289,7 @@ async function main() {
22892289

22902290
var mnemonics = bip39.entropyToMnemonic(entropy); //get the mnemonics from the entropy
22912291
var mnemonicsWordCount = wordCount(mnemonics);
2292-
console.log(mnemonics);
2292+
22932293
}
22942294

22952295
//if there is no derivation_path set, than a simple normal ed25519 key (not derived) is requested

0 commit comments

Comments
 (0)