We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be591a commit 024ac06Copy full SHA for 024ac06
src/disco/gui/fd_gui.c
@@ -1284,7 +1284,7 @@ fd_gui_request_slot_shreds( fd_gui_t * gui,
1284
1285
fd_gui_slot_t const * slot = fd_gui_get_slot( gui, _slot );
1286
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 );
+ fd_gui_printf_null_query_response( gui->http, "slot", "query_shreds", request_id );
1288
FD_TEST( !fd_http_server_ws_send( gui->http, ws_conn_id ) );
1289
return 0;
1290
}
0 commit comments