Browse Source

Fix definition of sweepExcludeAddresses

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

2
src/wallet/wallet.h

@ -815,7 +815,7 @@ public:
int sweepFee = 10000;
int sweepMaxInputs = 200;
std::string sweepAddress = "";
std::vector<std::string> sweepExcludeAddresses = "";
std::vector<std::string> sweepExcludeAddresses;
std::string consolidationAddress = "";
void ClearNoteWitnessCache();

Loading…
Cancel
Save