diff --git a/src/eth/state.yaml b/src/eth/state.yaml index 2684e0ffc..b2daa01da 100644 --- a/src/eth/state.yaml +++ b/src/eth/state.yaml @@ -33,7 +33,7 @@ schema: $ref: '#/components/schemas/bytes' - name: eth_getTransactionCount - summary: Returns the number of transactions sent from an address. + summary: Returns the nonce of an account in the state. NOTE: The name eth_getTransactionCount reflects the historical fact that an account's nonce and sent transaction count were the same. After the Pectra fork, with the inclusion of EIP-7702, this is no longer true. params: - name: Address required: true @@ -44,7 +44,7 @@ schema: $ref: '#/components/schemas/BlockNumberOrTagOrHash' result: - name: Transaction count + name: Account nonce schema: $ref: '#/components/schemas/uint' - name: eth_getCode