Skip to content

Commit

Permalink
chore: Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
satran004 committed Aug 29, 2024
1 parent 3ae30e3 commit faace05
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,8 @@ private void updateGenesis(Path clusterFolder, String clusterName, ClusterInfo c
if (stabilityWindow > epochLength) {
writer.accept(warn("Stability window is greater than epoch length. Stability window : %s, Epoch length : %s", stabilityWindow, epochLength));
writer.accept(warn("You may want to adjust the security parameter to make sure stability window is less than epoch length. " +
"\nThe features like rewards calculation which depends on stability window may not work as expected"));
"\nThe features like rewards calculation which depends on stability window may not work as expected" +
"\nIf you are using default configuration, you can ignore this warning. The transaction processing will work fine"));
}

writer.accept(success("Slot length updated in genesis.json"));
Expand Down

0 comments on commit faace05

Please sign in to comment.