Skip to content

Commit 3f906b4

Browse files
committed
Style.
1 parent 56cfcaa commit 3f906b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/protocols/protocol_block_in_31800.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ bool protocol_block_in_31800::handle_receive_block(const code& ec,
352352
// ........................................................................
353353

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

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

0 commit comments

Comments
 (0)