Skip to content

Commit

Permalink
Style.
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Oct 31, 2024
1 parent 50ff78e commit 8d17f2c
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 @@ -352,7 +352,7 @@ bool protocol_block_in_31800::handle_receive_block(const code& ec,
// ........................................................................

const auto size = block->serialized_size(true);
const chain::transactions_cptr txs_ptr{ block->transactions_ptr() };
const auto& txs_ptr = block->transactions_ptr();

// This invokes set_strong when checked.
if (const auto code = query.set_code(*txs_ptr, link, size, checked))
Expand Down

0 comments on commit 8d17f2c

Please sign in to comment.