mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 00:58:11 -05:00
docs: fix smol typo (#4177)
This commit is contained in:
@@ -23,7 +23,7 @@ use tokio::sync::mpsc::Receiver;
|
||||
#[cfg(feature = "serde")]
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
/// General purpose abstraction fo a transaction-pool.
|
||||
/// General purpose abstraction of a transaction-pool.
|
||||
///
|
||||
/// This is intended to be used by API-consumers such as RPC that need inject new incoming,
|
||||
/// unverified transactions. And by block production that needs to get transactions to execute in a
|
||||
|
||||
Reference in New Issue
Block a user