From 066ba20bd03c0490e5ff132c9235ea1fc245f264 Mon Sep 17 00:00:00 2001 From: nicolas <48695862+merklefruit@users.noreply.github.com> Date: Mon, 29 Jul 2024 13:38:04 +0200 Subject: [PATCH] chore: rm comment --- bolt-sidecar/src/state/execution.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/bolt-sidecar/src/state/execution.rs b/bolt-sidecar/src/state/execution.rs index 3a67e4502..7d3299c6f 100644 --- a/bolt-sidecar/src/state/execution.rs +++ b/bolt-sidecar/src/state/execution.rs @@ -353,7 +353,6 @@ impl ExecutionState { .saturating_sub(balance_diff) .saturating_sub(*sender_balance_diff), - // TODO(nico): what if this changes in the middle of the request? has_code: account_state.has_code, };