From 19d28a7e0cba927dfce94f81bce8a0d319b67f68 Mon Sep 17 00:00:00 2001 From: nicolas <48695862+merklefruit@users.noreply.github.com> Date: Thu, 16 Jan 2025 21:20:50 +0100 Subject: [PATCH] fix: typo in URL --- crates/engine/src/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/engine/src/client.rs b/crates/engine/src/client.rs index e5d5566..5149ed3 100644 --- a/crates/engine/src/client.rs +++ b/crates/engine/src/client.rs @@ -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