From ed10c1f66ca1fb110463397971a5aad7abac95e3 Mon Sep 17 00:00:00 2001 From: rene <41963722+renaynay@users.noreply.github.com> Date: Mon, 6 May 2024 15:01:33 +0200 Subject: [PATCH] just use hour --- pruner/light/window.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pruner/light/window.go b/pruner/light/window.go index 663106a8e3..3c49043e1c 100644 --- a/pruner/light/window.go +++ b/pruner/light/window.go @@ -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)