Skip to content

Commit

Permalink
update description
Browse files Browse the repository at this point in the history
  • Loading branch information
SahilAujla committed Sep 19, 2024
1 parent 3820832 commit 1b19249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions evm_responses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ eth_blockNumber:
allOf:
- $ref: '#/common_response_fields'
- type: object
description: Integer of the current block number the client is on.
description: The current block number the client is on (in hex).
properties:
result:
type: string
description: Integer of the current block number the client is on.
description: The current block number the client is on (in hex).
example:
$ref: ./evm_examples.yaml#/eth_blockNumber
eth_block:
Expand Down

0 comments on commit 1b19249

Please sign in to comment.