abortrescan
abortrescan
Stops the current wallet rescan triggered by an RPC call, such as an importprivkey
call.
Note: Use getwalletinfo
to check the progress of the scan.
Result
Name |
Type |
Description |
---|---|---|
true|false |
boolean |
Whether the abort was successful |
Examples
Import a private key:
Abort the running wallet rescan:
As a JSON-RPC call: