diff --git a/src/eth/state.yaml b/src/eth/state.yaml index 1bba9226..e56c3c04 100644 --- a/src/eth/state.yaml +++ b/src/eth/state.yaml @@ -57,7 +57,7 @@ name: Value value: '0x0000000000000000000000000000000000000000000000000000000000000000' - name: eth_getTransactionCount - 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. + 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