Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
renaynay committed May 6, 2024
1 parent ed10c1f commit f2db59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pruner/light/window.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ import (
)

// Window is the availability window for light nodes in the Celestia
// network (30 days' worth of seconds).
// network (30 days).
const Window = pruner.AvailabilityWindow(30 * 24 * time.Hour)

0 comments on commit f2db59a

Please sign in to comment.