Skip to content

Commit

Permalink
rpc txpool_content typo (paradigmxyz#8292)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger authored May 17, 2024
1 parent 31b6bdd commit 78c0229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/rpc/rpc/src/txpool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ where
/// block(s), as well as the ones that are being scheduled for future execution only.
///
/// See [here](https://geth.ethereum.org/docs/rpc/ns-txpool#txpool_content) for more details
/// Handler for `txpool_inspect`
/// Handler for `txpool_content`
async fn txpool_content(&self) -> Result<TxpoolContent> {
trace!(target: "rpc::eth", "Serving txpool_inspect");
trace!(target: "rpc::eth", "Serving txpool_content");
Ok(self.content())
}
}
Expand Down

0 comments on commit 78c0229

Please sign in to comment.