docs(net): complete incomplete doc comment (#20793)

This commit is contained in:
Lorsmirq Benton
2026-01-08 05:16:00 +08:00
committed by GitHub
parent 6f0ef914b9
commit 9bba8c7a98

View File

@@ -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
}