Skip to content

Commit

Permalink
Merge pull request #650 from evoskuil/master
Browse files Browse the repository at this point in the history
Fix headers-first milestone setter.
  • Loading branch information
evoskuil authored Jun 22, 2024
2 parents ace62f0 + 6b3c816 commit 8133c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/bitcoin/node/impl/chasers/chaser_organize.ipp
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ code CLASS::push_block(const Block& block,
const system::chain::context& ctx) const NOEXCEPT
{
// set_code invokes set_strong when checked.
const auto milestone = is_under_checkpoint(ctx.height);
const auto milestone = is_under_milestone(ctx.height);
const auto checked = is_block() && is_under_checkpoint(ctx.height);

auto& query = archive();
Expand Down

0 comments on commit 8133c84

Please sign in to comment.