Add z_sweepstatus RPC

This commit is contained in:
Jonathan "Duke" Leto
2022-08-27 10:35:08 -07:00
parent 02ef714901
commit 4aedeb557b
5 changed files with 50 additions and 2 deletions

View File

@@ -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();