This repository has been archived by the owner on Apr 25, 2024. It is now read-only.
Allow for a start block value when doing a node rescan. #143
Labels
enhancement
New feature or request
I'm submitting a…
Expected Behavior
A user should be able to reduce the time of a rescan if they know that their wallet has no transaction below a certain block number.
Current Behavior
There is no option to limit the rescan, it starts from block zero, meaning a rescan can take hours.
Ref: https://twitter.com/dlawnroac/status/1269232935170957312
Possible Solution
If it's not possible with
importmulti
we may need to userescanblockchain
which does have astart_height
parameter.The text was updated successfully, but these errors were encountered: