Issue Details
- Number
- 28898
- Title
- wallet RPC to double-check the calculated balance
- Description
- ### Please describe the feature you'd like to see added.
Sometimes a user may put in the wrong birthdate when calling `importdescriptors`.
Adding a `checkbalance` RPC (or a `check` argument to the `getbalances` RPC) to check that the calculated balance is correct by re-calculating it in a different way may be a solution. It could iterate over the utxo set for the check and then instruct for a `rescan` to restore missing transaction history and balance, if two different balances were calculated.
### Is your feature related to a problem, if so please describe it.
https://github.com/bitcoin/bitcoin/issues/28897
### Describe the solution you'd like
_No response_
### Describe any alternatives you've considered
_No response_
### Please leave any additional context
_No response_
- URL
-
https://github.com/bitcoin/bitcoin/issue/28898
- Closed by
-
#28930
Back to List