From 40337a04b3bfbb4eb318cb1cb11ae486db758e42 Mon Sep 17 00:00:00 2001 From: Duke Date: Sun, 18 May 2025 16:57:29 -0400 Subject: [PATCH] Remove unused joinsplit variables --- src/wallet/asyncrpcoperation_shieldcoinbase.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/wallet/asyncrpcoperation_shieldcoinbase.h b/src/wallet/asyncrpcoperation_shieldcoinbase.h index bd606e23e..b9a49611d 100644 --- a/src/wallet/asyncrpcoperation_shieldcoinbase.h +++ b/src/wallet/asyncrpcoperation_shieldcoinbase.h @@ -74,9 +74,6 @@ private: CAmount fee_; PaymentAddress tozaddr_; - uint256 joinSplitPubKey_; - unsigned char joinSplitPrivKey_[crypto_sign_SECRETKEYBYTES]; - std::vector inputs_; TransactionBuilder builder_; @@ -87,7 +84,6 @@ private: void sign_send_raw_transaction(UniValue obj); // throws exception if there was an error void lock_utxos(); - void unlock_utxos(); };