Page MenuHomePhabricator

scripted-diff: Rename m_last_send and m_last_recv
ClosedPublic

Authored by PiRK on Feb 2 2022, 11:03.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC5070d1e559b2: scripted-diff: Rename m_last_send and m_last_recv
Summary
-BEGIN VERIFY SCRIPT-

ren() { sed -i "s/\<$1\>/$2/g" $(git grep -l "$1" ./src) ; }

ren nLastSend m_last_send
ren nLastRecv m_last_recv

-END VERIFY SCRIPT-

This is a backport of core#19499 [1/2]
https://github.com/bitcoin/bitcoin/pull/19499/commits/fa6d5a238d2c94440105ddd4f1554f85659d6c5b

Test Plan

ninja all check-all

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable