From 12fa3013cedfc9ee9a14a7593221934433f4b0f9 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Fri, 16 Sep 2022 13:11:32 -0400 Subject: [PATCH] Fix definition of sweepExcludeAddresses --- src/wallet/wallet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/wallet.h b/src/wallet/wallet.h index 3b932c4f5..ec2937a1d 100644 --- a/src/wallet/wallet.h +++ b/src/wallet/wallet.h @@ -815,7 +815,7 @@ public: int sweepFee = 10000; int sweepMaxInputs = 200; std::string sweepAddress = ""; - std::vector sweepExcludeAddresses = ""; + std::vector sweepExcludeAddresses; std::string consolidationAddress = ""; void ClearNoteWitnessCache();