debug
This commit is contained in:
@@ -2120,7 +2120,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (int i = 0; i < vSweepExclude.size(); i++) {
|
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];
|
pwalletMain->sweepExcludeAddress = vSweepExclude[i];
|
||||||
auto zSweepExcluded = DecodePaymentAddress(vSweepExclude[i]);
|
auto zSweepExcluded = DecodePaymentAddress(vSweepExclude[i]);
|
||||||
if (!IsValidPaymentAddress(zSweepExcluded)) {
|
if (!IsValidPaymentAddress(zSweepExcluded)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user