Skip to content

Commit

Permalink
Merge pull request #571 from evoskuil/master
Browse files Browse the repository at this point in the history
Log text.
  • Loading branch information
evoskuil authored Mar 15, 2024
2 parents a3975f9 + b81a4fa commit c307c84
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -365,7 +365,7 @@ bool protocol_block_in_31800::handle_receive_block(const code& ec,
if (query.set_link(*block.transactions_ptr(), link).is_terminal())
{
LOGF("Failure storing block [" << encode_hash(hash) << ":" << ctx.height
<< "] from [" << authority() << "] " << error.message());
<< "] from [" << authority() << "].");
stop(node::error::store_integrity);
return false;
}
Expand Down

0 comments on commit c307c84

Please sign in to comment.