Fix definition of sweepExcludeAddresses

This commit is contained in:
Duke Leto
2022-09-16 13:11:32 -04:00
parent f796d5d14e
commit 12fa3013ce

View File

@@ -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();