Skip to content

Commit

Permalink
just use hour
Browse files Browse the repository at this point in the history
  • Loading branch information
renaynay committed May 6, 2024
1 parent 438f09d commit ed10c1f
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 @@ -8,4 +8,4 @@ import (

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

0 comments on commit ed10c1f

Please sign in to comment.