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 473e120431a95f558e6ff518ded7aecaac2ab8d7
2 changes: 1 addition & 1 deletion vms/evm/acp226/acp226.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const (
MinDelayMilliseconds = 1 // ms
// ConversionRate (D) is the conversion factor for exponential calculations
ConversionRate = 1 << 20
// MaxDelayExcessDiff (Q) is the maximum change in excess per update
// MaxDelayExcessDiff (Q) is the maximum change in excess per update
MaxDelayExcessDiff = 200

maxDelayExcess = 46_516_320 // ConversionRate * ln(MaxUint64 / MinDelayMilliseconds) + 1
Expand Down
Loading