Skip to content

Commit e96a6fc

Browse files
committed
Line length.
1 parent 0fc76a7 commit e96a6fc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/protocols/protocol_explore.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -551,8 +551,9 @@ bool protocol_explore::handle_get_tx(const code& ec, interface::tx, uint8_t,
551551
return true;
552552
}
553553

554-
bool protocol_explore::handle_get_tx_header(const code& ec, interface::tx_header,
555-
uint8_t, uint8_t media, const hash_cptr& hash) NOEXCEPT
554+
bool protocol_explore::handle_get_tx_header(const code& ec,
555+
interface::tx_header, uint8_t, uint8_t media,
556+
const hash_cptr& hash) NOEXCEPT
556557
{
557558
if (stopped(ec))
558559
return false;

0 commit comments

Comments
 (0)