Skip to content

Commit 3f73bb2

Browse files
authored
Merge pull request #11317 from ethereum/spec-fix
patch eth_call spec param
2 parents a0fb188 + e4b6609 commit 3f73bb2

File tree

1 file changed

+1
-1
lines changed
  • src/content/developers/docs/apis/json-rpc

1 file changed

+1
-1
lines changed

src/content/developers/docs/apis/json-rpc/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ Executes a new message call immediately without creating a transaction on the bl
996996
- `gas`: `QUANTITY` - (optional) Integer of the gas provided for the transaction execution. eth_call consumes zero gas, but this parameter may be needed by some executions.
997997
- `gasPrice`: `QUANTITY` - (optional) Integer of the gasPrice used for each paid gas
998998
- `value`: `QUANTITY` - (optional) Integer of the value sent with this transaction
999-
- `data`: `DATA` - (optional) Hash of the method signature and encoded parameters. For details see [Ethereum Contract ABI in the Solidity documentation](https://docs.soliditylang.org/en/latest/abi-spec.html)
999+
- `input`: `DATA` - (optional) Hash of the method signature and encoded parameters. For details see [Ethereum Contract ABI in the Solidity documentation](https://docs.soliditylang.org/en/latest/abi-spec.html).
10001000

10011001
2. `QUANTITY|TAG` - integer block number, or the string `"latest"`, `"earliest"` or `"pending"`, see the [default block parameter](/developers/docs/apis/json-rpc/#default-block)
10021002

0 commit comments

Comments
 (0)