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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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 ↗(On Diff #10168)

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