Skip to content

Commit b1445bb

Browse files
committed
Subscribe explore top query.
1 parent 8692acc commit b1445bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/protocols/protocol_explore.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ void protocol_explore::start() NOEXCEPT
5858
if (started())
5959
return;
6060

61+
SUBSCRIBE_EXPLORE(handle_get_top, _1, _2, _3, _4);
62+
6163
SUBSCRIBE_EXPLORE(handle_get_block, _1, _2, _3, _4, _5, _6, _7);
6264
SUBSCRIBE_EXPLORE(handle_get_block_header, _1, _2, _3, _4, _5, _6);
6365
SUBSCRIBE_EXPLORE(handle_get_block_txs, _1, _2, _3, _4, _5, _6);

0 commit comments

Comments
 (0)