From b9a4fda127831ac0d55acc61ad1b3deacc1b316a Mon Sep 17 00:00:00 2001 From: Dmitry Novikov Date: Wed, 9 Oct 2024 13:30:40 +0400 Subject: [PATCH] remove solved todos --- ethexe/cli/src/tests.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/ethexe/cli/src/tests.rs b/ethexe/cli/src/tests.rs index 2e1da8c1556..757b5d39646 100644 --- a/ethexe/cli/src/tests.rs +++ b/ethexe/cli/src/tests.rs @@ -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;