Skip to content

Commit

Permalink
Comments, whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Mar 15, 2024
1 parent 2a6b1cc commit 6bc1616
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions include/bitcoin/node/impl/chasers/chaser_organize.ipp
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ void CLASS::do_organize(typename Block::cptr& block_ptr,
else
{
// Delay so headers can get current before block download starts.
// Checking currency before notify also avoids excessive work backlog.
if (is_current(header.timestamp()))
notify(error::success, chase::header, point);
}
Expand Down
1 change: 0 additions & 1 deletion src/chasers/chaser_header.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ bool chaser_header::is_storable(const system::chain::header& header,
state.cumulative_work() >= settings().minimum_work);
}


} // namespace database
} // namespace libbitcoin

Expand Down

0 comments on commit 6bc1616

Please sign in to comment.