Initial implementation of getrescaninfo
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user