From 54ecf536197c47e8c1e3a5592d691918e474fa11 Mon Sep 17 00:00:00 2001 From: Greg Pfeil Date: Wed, 7 Dec 2022 15:22:11 -0700 Subject: [PATCH] Update src/wallet/asyncrpcoperation_sendmany.cpp Co-authored-by: Kris Nuttycombe --- src/wallet/asyncrpcoperation_sendmany.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/asyncrpcoperation_sendmany.cpp b/src/wallet/asyncrpcoperation_sendmany.cpp index 7687ec654..8dd04e8da 100644 --- a/src/wallet/asyncrpcoperation_sendmany.cpp +++ b/src/wallet/asyncrpcoperation_sendmany.cpp @@ -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)",