File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
modules/rest_blockfrost/src Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -446,6 +446,7 @@ pub async fn handle_blocks_hash_number_next_blockfrost(
446
446
pub async fn handle_blocks_hash_number_previous_blockfrost (
447
447
context : Arc < Context < Message > > ,
448
448
params : Vec < String > ,
449
+ query_params : HashMap < String , String > ,
449
450
handlers_config : Arc < HandlersConfig > ,
450
451
) -> Result < RESTResponse > {
451
452
let param = match params. as_slice ( ) {
Original file line number Diff line number Diff line change @@ -260,7 +260,7 @@ impl BlockfrostREST {
260
260
) ;
261
261
262
262
// Handler for /blocks/{hash_or_number}/previous
263
- register_handler (
263
+ register_handler_with_query (
264
264
context. clone ( ) ,
265
265
DEFAULT_HANDLE_BLOCKS_HASH_NUMBER_PREVIOUS_TOPIC ,
266
266
handlers_config. clone ( ) ,
You can’t perform that action at this time.
0 commit comments