chore: remove some outdated todos (#10196)

This commit is contained in:
Oliver
2024-08-08 13:14:48 +02:00
committed by GitHub
parent faff24b683
commit 0f6cd0af83
2 changed files with 0 additions and 3 deletions

View File

@ -144,7 +144,6 @@ where
.split_with_handle();
tokio::task::spawn(network);
// TODO: tokio::task::spawn(txpool);
tokio::task::spawn(eth);
Ok(handle)
}