Browse Source

Sweep Interval should be 10 to match other defaults

pull/195/head
Duke Leto 2 years ago
parent
commit
9347b1fa12
  1. 2
      src/wallet/wallet.h

2
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 = "";

Loading…
Cancel
Save