diff --git a/bolt-sidecar/src/state/execution.rs b/bolt-sidecar/src/state/execution.rs index 3a67e450..7d3299c6 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, };