Page MenuHomePhabricator

Merge #11886: Clarify getbalance meaning a tiny bit in response to questions.
ClosedPublic

Authored by nakihito on Jul 19 2019, 20:39.

Details

Summary

c79d73d Clarify getbalance meaning a tiny bit in response to questions. (Matt Corallo)

Pull request description:

Someone was asking why getbalance "*" was more "correct" than getbalance, which should rarely be true...spendzeroconfchange was the issue.

Tree-SHA512: 90201cad1acec5161aee469fb4c6d737a0eb90f8380ac93abf0e41e0f02d120afcc3e2e873e5096d3655bb63bbd16fe99e72452f308d72e69139c7f6bb2d745e

Backport of Core PR11886
https://github.com/bitcoin/bitcoin/pull/11886/

Test Plan
make check

Diff Detail

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

Event Timeline

Owners added a reviewer: Restricted Owners Package.Jul 19 2019, 20:39
deadalnix requested changes to this revision.Jul 20 2019, 00:08
deadalnix added inline comments.
src/wallet/rpcwallet.cpp
917 ↗(On Diff #10358)

The whole string is formatted such as \n are at the end of string literals, so it looks like what it is.

This revision now requires changes to proceed.Jul 20 2019, 00:08
This revision is now accepted and ready to land.Jul 23 2019, 14:28