Sweep Interval should be 10 to match other defaults

This commit is contained in:
Duke Leto
2022-09-11 20:18:01 -04:00
parent 2a1cad1e5f
commit 9347b1fa12

View File

@@ -810,7 +810,7 @@ public:
int nextSweep = 0;
int amountSwept = 0;
int amountConsolidated = 0;
int sweepInterval = 20;
int sweepInterval = 10;
int sweepFee = 10000;
int sweepMaxInputs = 200;
std::string sweepAddress = "";