Add z_sweepstatus RPC
This commit is contained in:
@@ -805,8 +805,12 @@ public:
|
||||
bool fSaplingConsolidationEnabled = false;
|
||||
bool fConsolidationRunning = false;
|
||||
bool fSweepEnabled = false;
|
||||
bool fSweepExternalEnabled = false;
|
||||
bool fSweepRunning = false;
|
||||
int nextSweep = 0;
|
||||
int nextSweep = 0;
|
||||
int sweepInterval = 20;
|
||||
int sweepMaxInputs = 200;
|
||||
std::string sweepAddress = "";
|
||||
|
||||
void ClearNoteWitnessCache();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user