Skip to content

Commit

Permalink
Clarify randomness text and add blog post (#3225)
Browse files Browse the repository at this point in the history
  • Loading branch information
dguenther authored Feb 1, 2023
1 parent 8c7ec8b commit 1676f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ironfish-cli/src/commands/ceremony.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default class Ceremony extends IronfishCommand {

// Prompt for randomness
let randomness: string | null = await CliUx.ux.prompt(
'Provide some randomness to contribute to the ceremony. If none is provided, it will automatically be generated for you (press enter)',
`If you'd like to contribute your own randomness to the ceremony, type it here, then press Enter. For more information on where this should come from and its importance, please read https://setup.ironfish.network. If you'd like the command to generate some randomness for you, just press Enter:`,
{ required: false },
)
randomness = randomness.length ? randomness : null
Expand Down

0 comments on commit 1676f86

Please sign in to comment.