Fix definition of sweepExcludeAddresses
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user