Fix some issues in z_sweepstatus

This commit is contained in:
Duke Leto
2022-08-27 13:57:00 -04:00
parent 4aedeb557b
commit 4eec81b191
2 changed files with 3 additions and 2 deletions

View File

@@ -808,7 +808,9 @@ public:
bool fSweepExternalEnabled = false;
bool fSweepRunning = false;
int nextSweep = 0;
int amountSwept = 0;
int sweepInterval = 20;
int sweepFee = 10000;
int sweepMaxInputs = 200;
std::string sweepAddress = "";