Initial implementation of getrescaninfo

This commit is contained in:
Duke Leto
2022-10-17 07:03:32 -04:00
parent c049575357
commit 71923e3ffb
4 changed files with 49 additions and 5 deletions

View File

@@ -807,6 +807,13 @@ public:
bool fSweepEnabled = false;
bool fSweepExternalEnabled = false;
bool fSweepRunning = false;
// Are we currently rescanning?
bool fRescanning = false;
// Current height of our rescan
int rescanHeight = 0;
// Starting height of our rescan
int rescanStartHeight = 0;
int nextSweep = 0;
int amountSwept = 0;
int amountConsolidated = 0;