mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
doc: Fix typos from codespell lint
This commit is contained in:
parent
9be7fe4849
commit
94c7dd9ac8
6 changed files with 6 additions and 6 deletions
|
|
@ -486,7 +486,7 @@ private:
|
|||
}
|
||||
|
||||
//! Make the data structure consistent with a given point in time:
|
||||
//! - REQUESTED annoucements with expiry <= now are turned into COMPLETED.
|
||||
//! - REQUESTED announcements with expiry <= now are turned into COMPLETED.
|
||||
//! - CANDIDATE_DELAYED announcements with reqtime <= now are turned into CANDIDATE_{READY,BEST}.
|
||||
//! - CANDIDATE_{READY,BEST} announcements with reqtime > now are turned into CANDIDATE_DELAYED.
|
||||
void SetTimePoint(std::chrono::microseconds now, std::vector<std::pair<NodeId, GenTxid>>* expired)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue