Page MenuHomePhabricator

[backport#16866] wallet: Rename 'decode' argument in gettransaction method to 'verbose'
ClosedPublic

Authored by majcosta on Sep 5 2020, 21:59.

Details

Summary

[wallet] Rename 'decode' argument in gettransaction method to 'verbose' (John Newbery)

Pull request description:

This makes the RPC method consistent with other RPC methods that have a
'verbose' option.

Change the name of the return object from 'decoded' to details.

Update help text.

Backport of Core PR16866 and PR16873 (required to unbreak PR16866)

Test Plan
ninja check check-functional

Diff Detail

Repository
rABC Bitcoin ABC
Branch
pr16866
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 12642
Build 25385: Build Diff
Build 25384: arc lint + arc unit

Event Timeline

majcosta requested review of this revision.Sep 5 2020, 22:00

[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.

This revision is now accepted and ready to land.Sep 5 2020, 23:12