starting to support zsweepexclude functionality

This commit is contained in:
jahway603
2022-09-12 22:38:53 -04:00
parent bd4d2d71d3
commit 78f5021cc2
2 changed files with 17 additions and 0 deletions

View File

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