Skip to content

Commit cf2be49

Browse files
update the URL path on the GetReceiptsQueryParams description
1 parent 6383138 commit cf2be49

File tree

1 file changed

+1
-1
lines changed
  • aggregation_mode/batcher/src/server

1 file changed

+1
-1
lines changed

aggregation_mode/batcher/src/server/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ impl AppResponse {
2929
}
3030
}
3131

32-
/// Query parameters accepted by `GET /proof/merkle`. Requires an address, and accepts a nonce
32+
/// Query parameters accepted by `GET /receipts`. Requires an address, and accepts a nonce
3333
/// and a limit for the amount of tasks included in the query (the maximum value is 100).
3434
/// Note: The limit value will only be taken into account if nonce is None.
3535
#[derive(Deserialize, Clone)]

0 commit comments

Comments
 (0)