Skip to content

Commit b05b8e4

Browse files
committed
fix build
1 parent 3795b42 commit b05b8e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eth/state.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
name: Value
5858
value: '0x0000000000000000000000000000000000000000000000000000000000000000'
5959
- name: eth_getTransactionCount
60-
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.
60+
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."
6161
params:
6262
- name: Address
6363
required: true

0 commit comments

Comments
 (0)