From 9347b1fa12215ce7291222656895d1bdb0bceb5a Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sun, 11 Sep 2022 20:18:01 -0400 Subject: [PATCH] Sweep Interval should be 10 to match other defaults --- src/wallet/wallet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "";