Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/en/rpc-library/wallet-rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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_.

Expand Down