Update src/wallet/asyncrpcoperation_sendmany.cpp

Co-authored-by: Kris Nuttycombe <kris.nuttycombe@gmail.com>
This commit is contained in:
Greg Pfeil 2022-12-07 15:22:11 -07:00 committed by GitHub
parent 747a6b6acc
commit 54ecf53619
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ uint256 AsyncRPCOperation_sendmany::main_impl() {
// creating dust change, rather than prohibit them from sending
// entirely in this circumstance.
// (Daira disagrees, as this could leak information to the recipient
// or to a viewing key holder.)
// or to an external viewing key holder.)
insufficientFundsMessage +=
strprintf(
", need %s more to avoid creating invalid change output %s (dust threshold is %s)",