Skip to content

Commit

Permalink
[p2p] Fix documentation bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhead committed Nov 27, 2023
1 parent 2cb33ba commit 9ea71ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/src/fsm/invmgr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
//! the [`InventoryManager::received_block`] event.
//!
//! To keep only the smallest set of confirmed transactions in memory, we prune the set every time
//! the [`InventoryManager::received_wake`] function is called. Confirmed transactions are removed
//! the [`InventoryManager::timer_expired`] function is called. Confirmed transactions are removed
//! after they are burried at a certain depth.
//!
use std::collections::BTreeMap;
Expand Down

0 comments on commit 9ea71ed

Please sign in to comment.