diff --git a/src/init.cpp b/src/init.cpp index cec462cf5..63a8d9c8e 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -2123,7 +2123,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler) LogPrintf("Sweep Excluded Address: %s\n", vSweepExclude[i]); auto zSweepExcluded = DecodePaymentAddress(vSweepExclude[i]); if (!IsValidPaymentAddress(zSweepExcluded)) { - return InitError("Invalid zsweep address"); + return InitError("Invalid zsweepexclude address"); } auto hasSpendingKey = boost::apply_visitor(HaveSpendingKeyForPaymentAddress(pwalletMain), zSweepExcluded);