From 55c6406f151a08dbef46779f08886e0bfe92f978 Mon Sep 17 00:00:00 2001 From: nahuhh <50635951+nahuhh@users.noreply.github.com> Date: Fri, 6 Feb 2026 20:29:17 +0000 Subject: [PATCH] wallet-rpc: add params for rescan_blockchain --- docs/en/rpc-library/wallet-rpc.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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_.