This is a step toward removing the Chain::Lock class and reducing cs_main
locking.
This change only affects behavior in the case where wallet last block processed
falls behind the chain tip, where it may set a different lock time.
This is part [11/12] of Core PR17954 : https://github.com/bitcoin/bitcoin/pull/17954/commits/e958ff9ab5607da2cd321f29fc785a6d359e44f4
Depends on D7873