This refactor doesn't change anything for the rpc layer, but it helps a bit with removing gArgs
This is a backport of core#23936
Depends on D15695
Differential D15696
rpc: Add EnsureArgsman helper PiRK on Mar 14 2024, 10:34. Authored by
Details
This refactor doesn't change anything for the rpc layer, but it helps a bit with removing gArgs This is a backport of core#23936 Depends on D15695 ninja all check-all
Diff Detail
Event TimelineComment Actions remove a couple more gArgs in rpc code grep -r "gArgs" src/rpc/ grep -r "\.args" src/rpc/ |