Skip to content

Commit 26a8f15

Browse files
adamschmidegeip-automerger
authored andcommitted
Automatically merged updates to draft EIP(s) 1767 (#2262)
Hi, I'm a bot! This change was automatically merged because: - It only modifies existing Draft or Last Call EIP(s) - The PR was approved or written by at least one author of each modified EIP - The build is passing
1 parent 05a85a9 commit 26a8f15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

EIPS/eip-1767.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ type Block {
220220
# Logs returns a filtered set of logs from this block.
221221
logs(filter: BlockFilterCriteria!): [Log!]!
222222
# Account fetches an Ethereum account at the current block's state.
223-
account(address: Address!): Account!
223+
account(address: Address!): Account
224224
# Call executes a local call operation at the current block's state.
225225
call(data: CallData!): CallResult
226226
# EstimateGas estimates the amount of gas that will be required for
@@ -303,7 +303,7 @@ type Pending {
303303
# Transactions is a list of transactions in the current pending state.
304304
transactions: [Transaction!]
305305
# Account fetches an Ethereum account for the pending state.
306-
account(address: Address!): Account!
306+
account(address: Address!): Account
307307
# Call executes a local call operation for the pending state.
308308
call(data: CallData!): CallResult
309309
# EstimateGas estimates the amount of gas that will be required for

0 commit comments

Comments
 (0)