Fix definition of sweepExcludeAddresses
This commit is contained in:
@@ -815,7 +815,7 @@ public:
|
|||||||
int sweepFee = 10000;
|
int sweepFee = 10000;
|
||||||
int sweepMaxInputs = 200;
|
int sweepMaxInputs = 200;
|
||||||
std::string sweepAddress = "";
|
std::string sweepAddress = "";
|
||||||
std::vector<std::string> sweepExcludeAddresses = "";
|
std::vector<std::string> sweepExcludeAddresses;
|
||||||
std::string consolidationAddress = "";
|
std::string consolidationAddress = "";
|
||||||
|
|
||||||
void ClearNoteWitnessCache();
|
void ClearNoteWitnessCache();
|
||||||
|
|||||||
Reference in New Issue
Block a user