From 1b19249e17b0704222625af7b314858005876055 Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Thu, 19 Sep 2024 12:52:01 -0400 Subject: [PATCH] update description --- evm_responses.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/evm_responses.yaml b/evm_responses.yaml index 8c2da768..22dbc98c 100644 --- a/evm_responses.yaml +++ b/evm_responses.yaml @@ -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: