diff --git a/p2p/discover/table_reval.go b/p2p/discover/table_reval.go index bff2a43fc0..93471d1608 100644 --- a/p2p/discover/table_reval.go +++ b/p2p/discover/table_reval.go @@ -17,6 +17,7 @@ package discover import ( + "math" "slices" "time" @@ -24,7 +25,7 @@ import ( "github.com/ethereum/go-ethereum/p2p/enode" ) -const never = ^mclock.AbsTime(0) +const never = mclock.AbsTime(math.MaxInt64) type tableRevalidation struct { newNodes revalidationList