This caught my attention while going through #32993.
The corresponding boolean arguments from CWallet methods related to updating transactions during the blockchain scanning have been removed because effectively these arguments were always passed as true making the need for the boolean arguments unnecessary. The only falsy call sites were in the unit tests that don't need to test scenarios that never happen in actuality.