Skip to content

Commit 024ac06

Browse files
two-heartjherrera-jump
authored andcommitted
gui: fix query_shreds response
1 parent 9be591a commit 024ac06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/disco/gui/fd_gui.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1284,7 +1284,7 @@ fd_gui_request_slot_shreds( fd_gui_t * gui,
12841284

12851285
fd_gui_slot_t const * slot = fd_gui_get_slot( gui, _slot );
12861286
if( FD_UNLIKELY( !slot || gui->shreds.history_tail > slot->shreds.end_offset + FD_GUI_SHREDS_HISTORY_SZ ) ) {
1287-
fd_gui_printf_null_query_response( gui->http, "slot", "query_rankings", request_id );
1287+
fd_gui_printf_null_query_response( gui->http, "slot", "query_shreds", request_id );
12881288
FD_TEST( !fd_http_server_ws_send( gui->http, ws_conn_id ) );
12891289
return 0;
12901290
}

0 commit comments

Comments
 (0)