From 61f77ade1382aecaccfa3d5b2bbfbcb459a10b93 Mon Sep 17 00:00:00 2001 From: refcell Date: Wed, 9 Oct 2024 18:02:55 -0400 Subject: [PATCH] chore(executor): move todo to issue: (#680) --- crates/executor/src/lib.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/crates/executor/src/lib.rs b/crates/executor/src/lib.rs index d41d827f0..709d5063d 100644 --- a/crates/executor/src/lib.rs +++ b/crates/executor/src/lib.rs @@ -1192,10 +1192,4 @@ mod test { expected_header.hash_slow() ); } - - // TODO: Add a test that uses a block where the output root was confirmed on chain - // to test the `compute_output_root()` function. - // Example (verify at index 8833 on 0xdfe97868233d1aa22e815a266982f2cf17685a27): - // - Block: 121184863 - // - Output Root: 0x3ea8b0e09b39e9daa1b1520fe59faef02de3656d230d876544952cbc44d6d71f }