diff --git a/src/eth/filter.yaml b/src/eth/filter.yaml index 3c377cb86..ba6279a95 100644 --- a/src/eth/filter.yaml +++ b/src/eth/filter.yaml @@ -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: [] @@ -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'