mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 07:17:56 -05:00
docs(net): complete incomplete doc comment (#20793)
This commit is contained in:
@@ -2000,7 +2000,7 @@ impl<N: NetworkPrimitives> PeerMetadata<N> {
|
||||
&self.request_tx
|
||||
}
|
||||
|
||||
/// Return a
|
||||
/// Returns a mutable reference to the seen transactions LRU cache.
|
||||
pub const fn seen_transactions_mut(&mut self) -> &mut LruCache<TxHash> {
|
||||
&mut self.seen_transactions
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user