Skip to content

Commit faace05

Browse files
committed
chore: Added comment
1 parent 3ae30e3 commit faace05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

applications/cli/src/main/java/com/bloxbean/cardano/yacicli/localcluster/ClusterService.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,8 @@ private void updateGenesis(Path clusterFolder, String clusterName, ClusterInfo c
354354
if (stabilityWindow > epochLength) {
355355
writer.accept(warn("Stability window is greater than epoch length. Stability window : %s, Epoch length : %s", stabilityWindow, epochLength));
356356
writer.accept(warn("You may want to adjust the security parameter to make sure stability window is less than epoch length. " +
357-
"\nThe features like rewards calculation which depends on stability window may not work as expected"));
357+
"\nThe features like rewards calculation which depends on stability window may not work as expected" +
358+
"\nIf you are using default configuration, you can ignore this warning. The transaction processing will work fine"));
358359
}
359360

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

0 commit comments

Comments
 (0)