mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-24 23:12:55 +00:00
Oops
This commit is contained in:
parent
db01f1dbd5
commit
a6c0073c8d
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue