Skip to content

Commit

Permalink
fix: typo in URL
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Jan 16, 2025
1 parent ec512d0 commit 19d28a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/engine/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ impl EngineClient {
/// Returns which fork choice version to use based on the timestamp
/// and rollup config.
pub fn fork_choice_version(&self, timestamp: u64) -> u64 {
// TODO: replace this with https://github.com/alloy-rs/maili/pull/321
// TODO: replace this with https://github.com/alloy-rs/op-alloy/pull/321
// once it's merged and updated in kona.
if self.cfg.ecotone_time.is_some_and(|t| timestamp >= t) {
// Cancun
Expand Down

0 comments on commit 19d28a7

Please sign in to comment.