Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -645,7 +645,7 @@ CLASS::chain_state::cptr CLASS::get_chain_state(
return it->second->get_state();

// previous_hash may or not exist and/or be a candidate.
return archive().get_chain_state(settings_, previous_hash);
return archive().get_confirmed_chain_state(settings_, previous_hash);
}

// Also obtains branch point for work summation termination.
Expand Down
Loading