Page MenuHomePhabricator

refactor: Split InterpretOption into Interpret{Key,Value} functions
ClosedPublic

Authored by PiRK on Jun 16 2025, 12:14.

Details

Summary

Co-authored-by: Anthony Towns <aj@erisian.com.au>

This is a partial backport of core#22766
https://github.com/bitcoin/bitcoin/pull/22766/commits/26a50ab322614bceb5bc62e2c282f83e5987bad8

Test Plan

ninja all check-all

Diff Detail

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

Event Timeline

PiRK requested review of this revision.Jun 16 2025, 12:14

remove unused function declarations. In the source material these did not exist because the functions were used as static (out of order backports, args.cpp split into multiple submodules)

This revision is now accepted and ready to land.Jun 17 2025, 08:10