Skip to content

Commit

Permalink
remove solved todos
Browse files Browse the repository at this point in the history
  • Loading branch information
breathx committed Oct 9, 2024
1 parent b4bf5ce commit b9a4fda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ethexe/cli/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ async fn mailbox() {
.await
.unwrap();

// TODO (breathx): clean schedule on actions (claim etc).
// -1 bcs execution took place in previous block, not the one that emits events.
let wake_expiry = block_data.header.height - 1 + 100; // 100 is default wait for.
let expiry = block_data.header.height - 1 + ethexe_runtime_common::state::MAILBOX_VALIDITY;
Expand Down

0 comments on commit b9a4fda

Please sign in to comment.