Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl committed Dec 18, 2024
1 parent 3795b42 commit b05b8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eth/state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b05b8e4

Please sign in to comment.