Skip to content

Commit 704720d

Browse files
committed
Use to_confirmed() in handle_get_tx_block().
1 parent c8d1436 commit 704720d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/protocols/protocol_explore.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ bool protocol_explore::handle_get_tx_block(const code& ec, interface::tx_block,
315315
return false;
316316

317317
const auto& query = archive();
318-
const auto block = query.to_strong(*hash);
318+
const auto block = query.to_confirmed(*hash);
319319
if (block.is_terminal())
320320
{
321321
send_not_found({});

0 commit comments

Comments
 (0)