From b687d5f76ef8a0641431b6c80d49e92d72305dc4 Mon Sep 17 00:00:00 2001 From: jahway603 Date: Tue, 13 Sep 2022 00:22:13 -0400 Subject: [PATCH] debug --- src/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/init.cpp b/src/init.cpp index 025d448e9..727a4e946 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -2120,7 +2120,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler) } for (int i = 0; i < vSweepExclude.size(); i++) { - // LogPrintf("Sweep Excluded Address: %s\n", vSweepExclude[i]); + LogPrintf("Sweep Excluded Address: %s\n", vSweepExclude[i]); pwalletMain->sweepExcludeAddress = vSweepExclude[i]; auto zSweepExcluded = DecodePaymentAddress(vSweepExclude[i]); if (!IsValidPaymentAddress(zSweepExcluded)) {