-BEGIN VERIFY SCRIPT- ren() { sed -i "s:\<$1\>:$2:g" $(git grep -l "\<$1\>" ./src ./test); } ren nPeersWithValidatedDownloads m_peers_downloading_from -END VERIFY SCRIPT-
This is a partial backport of core#22141
https://github.com/bitcoin/bitcoin/pull/22141/commits/156a19ee6a22789adedcb6ab067c2eca2d3bfdfe
Depends on D12704