mirror of https://github.com/M66B/FairEmail.git
Oops
This commit is contained in:
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…
Reference in New Issue