Skip to content

Commit

Permalink
not not
Browse files Browse the repository at this point in the history
  • Loading branch information
antiochp committed Mar 30, 2021
1 parent 76017fc commit e7a84b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chain/src/chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ impl Chain {
/// Attempt to add new headers to the header chain (or fork).
/// This is only ever used during sync and is based on sync_head.
/// We update header_head here if our total work increases.
/// Returns the new sync_head (*not* not necessarily the header_head if on a fork).
/// Returns the new sync_head (may temporarily diverge from header_head when syncing a long fork).
pub fn sync_block_headers(
&self,
headers: &[BlockHeader],
Expand Down

0 comments on commit e7a84b4

Please sign in to comment.