Skip to content

Commit

Permalink
Removed TODO comment in tx forwarding function
Browse files Browse the repository at this point in the history
  • Loading branch information
johntaiko committed Jan 7, 2025
1 parent 6dc4b8e commit 8d69bd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/rpc/rpc/src/eth/helpers/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ where
tx: Bytes,
) -> impl Future<Output = Result<B256, Self::Error>> + Send {
async move {
// TODO: forwarding tx
if let Some(client) = self.preconf_forwarding_server() {
return client
.send_raw_transaction(&tx)
Expand Down

0 comments on commit 8d69bd0

Please sign in to comment.