diff --git a/src/index.ts b/src/index.ts index 73824c2..16a176c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -16,7 +16,7 @@ if (!config.str("seed")) { config.saveConfigJson("account.json", { seed: generateSeedPhraseDeterministic( crypto.randomBytes(100).toString("hex") - ), + )[0], }); }