Sweep Interval should be 10 to match other defaults
This commit is contained in:
@@ -810,7 +810,7 @@ public:
|
|||||||
int nextSweep = 0;
|
int nextSweep = 0;
|
||||||
int amountSwept = 0;
|
int amountSwept = 0;
|
||||||
int amountConsolidated = 0;
|
int amountConsolidated = 0;
|
||||||
int sweepInterval = 20;
|
int sweepInterval = 10;
|
||||||
int sweepFee = 10000;
|
int sweepFee = 10000;
|
||||||
int sweepMaxInputs = 200;
|
int sweepMaxInputs = 200;
|
||||||
std::string sweepAddress = "";
|
std::string sweepAddress = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user