Page MenuHomePhabricator

scripted-diff: Use UniValue.pushKV instead of push_back(Pair())
ClosedPublic

Authored by schancel on Oct 31 2018, 18:59.

Details

Summary

-BEGIN VERIFY SCRIPT-
git grep -l "push_back(Pair" | xargs sed -i "s/push_back(Pair(\(.*\)));/pushKV(\1);/g"
-END VERIFY SCRIPT-

Depends on D1989

Test Plan
make check && ./test/functional/test_runner.py

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Oct 31 2018, 20:20
This revision was automatically updated to reflect the committed changes.