Page MenuHomePhabricator

scripted-diff: Rename recentRejects
ClosedPublic

Authored by PiRK on Mar 17 2023, 15:46.

Details

Reviewers
sdulfari
Group Reviewers
Restricted Project
Commits
rABCf8876a7d16ce: scripted-diff: Rename recentRejects
Summary
-BEGIN VERIFY SCRIPT-
ren() { sed -i "s:\<$1\>:$2:g" $(git grep -l "\<$1\>" ./src ./test); }

ren recentRejects m_recent_rejects
-END VERIFY SCRIPT-

This is a partial backport of core#21562
https://github.com/bitcoin/bitcoin/pull/21562/commits/37dcd12d539e4a875581fa049aa0f7fafeb932a4

Depends on D13378

Test Plan

ninja all check-all

Diff Detail

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