```
-BEGIN VERIFY SCRIPT-
git ls-files src/test/getarg_tests.cpp | xargs sed -i "s/m_args/m_local_args/g";
arc lint
-END VERIFY SCRIPT-
```
This is a backport of [[https://github.com/bitcoin/bitcoin/pull/21244 | core#21244]] [5/8]
https://github.com/bitcoin/bitcoin/pull/21244/commits/55c68e6f011ee604c8a65b9bca668eb4dec452aa
Depends on D10752