mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-09 22:45:57 -05:00
chore: Remove TODO (#15706)
This commit is contained in:
@@ -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?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user