cli: display multiwallet total balance in -getinfo - #19092
Conversation
|
Concept ACK. Could update doc? |
|
Thanks @promag. Added a release note update. |
|
This is nit, I wonder if this should document the result. |
|
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
Made an attempt at improving it. |
57f771b to
aba6f91
Compare
|
"balance" seems to perhaps oversimplify things... Maybe "total_balance"? |
|
ฉันจะทราบได้อย่างไร่่่่ะว่ายอดเงินอยุ่ทึ่ใหน ช่วยแนะนำด้วยค่ะ |
"I can know exactly what the balance is. Please help." I'll take that as a Concept ACK :) |
That was my initial thought as well. @promag WDYT? |
|
Also looks fine to me. I just mentioned |
aba6f91 to
c37fab2
Compare
fbd14f5 to
d1ae2e5
Compare
There was a problem hiding this comment.
Can we get these into the libbitcoin_util.a module? I think this is the third copy...
There was a problem hiding this comment.
Yes, third one. Agreed, a good follow-up.
There was a problem hiding this comment.
Why not in this PR or in a base PR especially considering there aren't ACKs.
There was a problem hiding this comment.
I think that refactoring would best be done in a separate PR.
Github-Pull: bitcoin#19092 Rebased-From: d1ae2e5827c977938f602c9647df1a57c575c82c
d1ae2e5 to
3bed024
Compare
3bed024 to
08ac1ab
Compare
|
Closing, there are many open PRs and this has no ACKs. At least this PR was pulled into other Bitcoin implementations, so it will be useful for those users. |
Github-Pull: bitcoin#19092 Rebased-From: e0c8c8d5ff798d25bcf4d8785e924f04caef425c
Github-Pull: bitcoin#19092 Rebased-From: f47067cfd54375e9fe115aa50991bdb827665b7a
Github-Pull: bitcoin#19092 Rebased-From: fca89dcaee6e6e0194968870550adbf623b8786c
Github-Pull: bitcoin#19092 Rebased-From: d1ae2e5827c977938f602c9647df1a57c575c82c
Github-Pull: bitcoin#19092 Rebased-From: bbf0afa
Github-Pull: bitcoin#19092 Rebased-From: 8e6c8d6
Github-Pull: bitcoin#19092 Rebased-From: 414804e
Github-Pull: bitcoin#19092 Rebased-From: 08ac1ab
Per review suggestion in #18594 (comment), this PR adds a
total_balancefield for-getinfoin multiwallet mode.Updated help:
Credit to João Barbosa for the suggestion.