Skip to content

Commit

Permalink
Add note about shred revision
Browse files Browse the repository at this point in the history
  • Loading branch information
gagliardetto committed Sep 12, 2023
1 parent fd9d854 commit ccd83c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/radiance/car/createcar/cmd-create-car.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ var (
flagLimitSlots = flags.Uint64("limit-slots", 0, "Limit number of slots to process")
flagSkipHash = flags.Bool("skip-hash", false, "Skip hashing the final CAR file after the generation is complete (for debugging)")
flagShredRevision = flags.Int("shred-revision", 2, "Shred revision to use (2 = latest)")
flagNextShredRevisionActivationSlot = flags.Uint64("next-shred-revision-activation-slot", 0, "Next shred revision activation slot")
flagNextShredRevisionActivationSlot = flags.Uint64("next-shred-revision-activation-slot", 0, "Next shred revision activation slot; maybe depends on when the validator creating the snapshot upgraded to the latest version.")
flagCheckOnly = flags.Bool("check", false, "Only check if the data is available, without creating the CAR file")
)

Expand Down

0 comments on commit ccd83c9

Please sign in to comment.