Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update vms/evm/acp226/acp226.go
Co-authored-by: Stephen Buttolph <[email protected]>
Signed-off-by: Ceyhun Onur <[email protected]>
  • Loading branch information
ceyonur and StephenButtolph authored Sep 18, 2025
commit 1fd9ca6c52d476f814b15fc3eaaa3606b576778d
2 changes: 1 addition & 1 deletion vms/evm/acp226/acp226.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const (
maxDelayExcess = 46_516_320 // ConversionRate * ln(MaxUint64 / MinDelayMilliseconds) + 1
)

// DelayExcess represents the excess for delay calculation in the dynamic minimum block delay mechanism.
// DelayExcess represents the excess for delay calculation in the dynamic minimum block delay mechanism.
type DelayExcess uint64

// Delay returns the minimum block delay in milliseconds, `T`.
Expand Down
Loading