Support multiple zsweepexclude zaddrs

This commit is contained in:
Jonathan "Duke" Leto
2022-09-16 10:08:53 -07:00
parent 6b79b3e12c
commit f796d5d14e
3 changed files with 32 additions and 11 deletions

View File

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