Skip to content

Commit

Permalink
eth/filter: invalid block range
Browse files Browse the repository at this point in the history
Signed-off-by: jsvisa <[email protected]>
  • Loading branch information
jsvisa committed Nov 2, 2023
1 parent 896e49d commit 00ad9ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/eth/filter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
$ref: '#/components/schemas/uint'
errors:
- code: -32000
message: 'invalid from and to block combination: from > to'
message: 'invalid block range params'
- name: eth_newBlockFilter
summary: Creates a filter in the node, to notify when a new block arrives.
params: []
Expand Down Expand Up @@ -67,4 +67,4 @@
$ref: '#/components/schemas/FilterResults'
errors:
- code: -32000
message: 'invalid from and to block combination: from > to'
message: 'invalid block range params'

0 comments on commit 00ad9ce

Please sign in to comment.