diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index fdaee018b..147ed6dbc 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -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 = "";