diff --git a/docs/en/rpc-library/wallet-rpc.md b/docs/en/rpc-library/wallet-rpc.md index b3e08ccf..a1842b27 100644 --- a/docs/en/rpc-library/wallet-rpc.md +++ b/docs/en/rpc-library/wallet-rpc.md @@ -2552,7 +2552,10 @@ This includes destination addresses, tx secret keys, tx notes, etc. Alias: _None_. -Inputs: _None_. +Inputs: + +- _hard_ - boolean; (Optional; Default: false) If true, you will lose any information which can not be recovered from the blockchain. +- _keep_key_images_ - boolean; (Optional; Default: false) If false, key images will be recomputed during the scan. Incompatible with `"hard": true`. Outputs: _None_.