*generateSeedPhraseDeterministic returns an array, need only the 1st element
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
561be145ce
commit
c25e8b4aff
|
@ -16,7 +16,7 @@ if (!config.str("seed")) {
|
||||||
config.saveConfigJson("account.json", {
|
config.saveConfigJson("account.json", {
|
||||||
seed: generateSeedPhraseDeterministic(
|
seed: generateSeedPhraseDeterministic(
|
||||||
crypto.randomBytes(100).toString("hex")
|
crypto.randomBytes(100).toString("hex")
|
||||||
),
|
)[0],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue