diff --git a/docs/public-networks/reference/api/objects.md b/docs/public-networks/reference/api/objects.md index 73e63c73bc..20e64b6075 100644 --- a/docs/public-networks/reference/api/objects.md +++ b/docs/public-networks/reference/api/objects.md @@ -148,7 +148,7 @@ blockchain state. | `balance` | Quantity | Temporary account balance for the call execution. | | `nonce` | Quantity | Temporary nonce value for the call execution. | | `code` | Binary | Bytecode to inject into the account. | -| `movePrecompileToAddress` | Data, 20 bytes | Address to move the precompile to. | +| `movePrecompileToAddress` | Data, 20 bytes | Address to which the precompile address should be moved. | | `stateDiff` | Quantity | `key:value` pairs to override individual slots in the account storage. | ## Structured log object