```
-BEGIN VERIFY SCRIPT-
ren() { sed -i "s/\<$1\>/$2/g" $( git grep -l "$1" ./src/ ) ; }
ren nLastBlockTime m_last_block_time
ren nLastTXTime m_last_tx_time
ren nTimeConnected m_connected
ren nLastProofTime m_last_proof_time
-END VERIFY SCRIPT-
```
This is a backport of core#23758 [3/3]
https://github.com/bitcoin/bitcoin/pull/23758/commits/fad943821e35d0eb2143061e718f0193e12a4c71
Depends on D11085