Page MenuHomePhabricator

Merge #15772: test: Properly log named args in authproxy
ClosedPublic

Authored by jasonbcox on Oct 21 2020, 18:43.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC0064e37fff35: Merge #15772: test: Properly log named args in authproxy
Summary

fa078984c9 test: Properly log named args in authproxy (MarcoFalke)

Backport of Core PR15772

Test Plan
./test/functional/wallet_balance.py --tracerpc

Just one example pulled from the output:
Pre-patch:

-23-> generatetoaddress []

Post-patch:

-23-> generatetoaddress {"nblocks": 1, "address": "mjTkW3DjgyZck4KbiRusZsqTgaYTxdSz6z", "maxtries": 1000000}

Diff Detail

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