Skip to content

Commit

Permalink
Automatically merged updates to draft EIP(s) 1767 (#2262)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
adamschmideg authored and eip-automerger committed Nov 23, 2019
1 parent 05a85a9 commit 26a8f15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EIPS/eip-1767.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ type Block {
# Logs returns a filtered set of logs from this block.
logs(filter: BlockFilterCriteria!): [Log!]!
# Account fetches an Ethereum account at the current block's state.
account(address: Address!): Account!
account(address: Address!): Account
# Call executes a local call operation at the current block's state.
call(data: CallData!): CallResult
# EstimateGas estimates the amount of gas that will be required for
Expand Down Expand Up @@ -303,7 +303,7 @@ type Pending {
# Transactions is a list of transactions in the current pending state.
transactions: [Transaction!]
# Account fetches an Ethereum account for the pending state.
account(address: Address!): Account!
account(address: Address!): Account
# Call executes a local call operation for the pending state.
call(data: CallData!): CallResult
# EstimateGas estimates the amount of gas that will be required for
Expand Down

0 comments on commit 26a8f15

Please sign in to comment.