From 982986bb707d0046361b1c4358d3e338e49cbd69 Mon Sep 17 00:00:00 2001 From: Duke Date: Sun, 18 May 2025 17:00:28 -0400 Subject: [PATCH] Remove unused joinsplit variables from z_mergetoaddress --- src/wallet/asyncrpcoperation_mergetoaddress.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/wallet/asyncrpcoperation_mergetoaddress.h b/src/wallet/asyncrpcoperation_mergetoaddress.h index f4360e13c..ab4a949eb 100644 --- a/src/wallet/asyncrpcoperation_mergetoaddress.h +++ b/src/wallet/asyncrpcoperation_mergetoaddress.h @@ -90,9 +90,6 @@ private: CTxDestination toTaddr_; PaymentAddress toPaymentAddress_; - uint256 joinSplitPubKey_; - unsigned char joinSplitPrivKey_[crypto_sign_SECRETKEYBYTES]; - std::vector utxoInputs_; std::vector saplingNoteInputs_;