push
github
chore: improve wallet recovery log message (#6792) Description --- Improved the wallet recovery log message: ```rust 2025-02-06 09:02:50.398360400 [wallet::utxo_scanning] INFO Fresh wallet recovery/scanning: Wallet birthday '1124' at epoch time '1738108800' with block height '81', scanning from epoch time '1736899200' at block height '0' with header hash '68bb2afeff36c7885b1d3af054e253330' ``` Motivation and Context --- When a user sees an info message about recovery, this message will make it clear what the birthday is and what the starting scan height is. See #6787. How Has This Been Tested? --- System-level testing What process can a PR reviewer use to test or verify this change? --- Code review <!-- Checklist --> <!-- 1. Is the title of your PR in the form that would make nice release notes? The title, excluding the conventional commit tag, will be included exactly as is in the CHANGELOG, so please think about it carefully. --> Breaking Changes --- - [x] None - [ ] Requires data directory on base node to be deleted - [ ] Requires hard fork - [ ] Other - Please specify <!-- Does this include a breaking change? If so, include this line as a footer --> <!-- BREAKING CHANGE: Description what the user should do, e.g. delete a database, resync the chain -->
21 of 32 new or added lines in 1 file covered. (65.63%)
24 existing lines in 10 files now uncovered.83674 of 112974 relevant lines covered (74.06%)
284987.87 hits per line