Page MenuHomePhabricator

Merge #10728: fix typo in help text for removeprunedfunds
ClosedPublic

Authored by nakihito on Jul 9 2019, 23:53.

Details

Summary

ecb4fc382 fix typo in help text for removeprunedfunds (Akio Nakamura)

Tree-SHA512: 2603851f1ac90bc0b90ced6355b0056e4cb658303cb2cd03ee0827ed0053157ebb87de48076f4d4f556991bfdbdb65d0a68a8dbd275c501cee4c9b5746a9562b

Backport of Core PR10728
https://github.com/bitcoin/bitcoin/pull/10728/

Test Plan
make check
./bitcoind
./bitcoin-cli help removeprunedfunds

removeprunedfunds should be spelled correctly in examples.

Diff Detail

Repository
rABC Bitcoin ABC
Branch
PR10728
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 6781
Build 11609: Bitcoin ABC Buildbot (legacy)
Build 11608: arc lint + arc unit

Event Timeline

Owners added a reviewer: Restricted Owners Package.Jul 9 2019, 23:53
deadalnix requested changes to this revision.Jul 10 2019, 00:11
deadalnix added inline comments.
src/wallet/rpcdump.cpp
446

Relayout that string.

This revision now requires changes to proceed.Jul 10 2019, 00:11

Allowed linter to relayout help string.

This revision is now accepted and ready to land.Jul 10 2019, 01:54