Skip to content

Commit

Permalink
Fix headers-first milestone setter.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Jun 22, 2024
1 parent ace62f0 commit 6b3c816
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 6b3c816

Please sign in to comment.