chore: Remove TODO (#15706)

This commit is contained in:
kevaundray
2025-04-12 17:04:26 +01:00
committed by GitHub
parent f0f32b4a18
commit 5a1cdfd75d

View File

@@ -33,8 +33,6 @@ pub struct Command {
impl Command {
/// Execute `benchmark new-payload-only` command
pub async fn execute(self, _ctx: CliContext) -> eyre::Result<()> {
// TODO: this could be just a function I guess, but destructuring makes the code slightly
// more readable than a 4 element tuple.
let BenchContext { benchmark_mode, block_provider, auth_provider, mut next_block } =
BenchContext::new(&self.benchmark, self.rpc_url).await?;