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 2e260b1dacb4e2f3dfcb21d209960237f24214a9
2 changes: 1 addition & 1 deletion vms/evm/acp226/acp226.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const (
// 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`.
// Delay returns the minimum block delay in milliseconds, `m`.
//
// Delay = MinDelayMilliseconds * e^(DelayExcess / ConversionRate)
func (t DelayExcess) Delay() uint64 {
Expand Down
Loading