Skip to content
Merged
Show file tree
Hide file tree
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 src/chasers/chaser_validate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ void chaser_validate::complete_block(const code& ec, const header_link& link,

// VALID BLOCK
// Under deferral there is no state change, but downloads will stall unless
// he window is closed out, so notify the check chaser of the increment.
// the window is closed out, so notify the check chaser of the increment.
notify(ec, chase::valid, possible_wide_cast<height_t>(height));

if (!defer_)
Expand Down
2 changes: 1 addition & 1 deletion src/protocols/protocol_block_in_31800.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ bool protocol_block_in_31800::handle_receive_block(const code& ec,
// Commit block.txs.
// ........................................................................

if (const auto code = query.set_code(*block, link, checked, bypass))
if (const auto code = query.set_code(*block, link, checked, bypass, height))
{
LOGF("Failure storing block [" << encode_hash(hash) << ":" << height
<< "] from [" << opposite() << "] " << code.message());
Expand Down
Loading