Skip to content

Commit

Permalink
Update assertions/manager.go
Browse files Browse the repository at this point in the history
  • Loading branch information
rauljordan authored Dec 10, 2024
1 parent 2d467d9 commit 8a0c575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assertions/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ var defaultTimings = timings{
confInterval: time.Second * 10,
postInterval: time.Hour,
avgBlockTime: time.Second * 12,
minGapToParent: time.Minute * 15
minGapToParent: time.Minute * 15,
}

// The Manager struct is responsible for several tasks related to the assertion
Expand Down

0 comments on commit 8a0c575

Please sign in to comment.