pull/194/merge
M66B 3 years ago
parent db01f1dbd5
commit a6c0073c8d

@ -30,7 +30,6 @@ public class MnemonicHelper {
static String get(byte[] entropy) {
StringBuilder sb = new StringBuilder();
new SecureRandom().nextBytes(entropy);
new MnemonicGenerator(English.INSTANCE).createMnemonic(entropy, sb::append);
return sb.toString();
}

Loading…
Cancel
Save