Page MenuHomePhabricator

rpc: avoid copying into UniValue
ClosedPublic

Authored by Fabien on Dec 12 2025, 16:26.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABC3e38179e660a: rpc: avoid copying into UniValue
Summary
These are simple (and hopefully obviously correct) copies that can be moves
instead.

Backport of core#30115.

Also use references for params getters when possible.

Test Plan
ninja all check check-functional

Diff Detail

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