Remove unused joinsplit variables

This commit is contained in:
Duke
2025-05-18 16:57:29 -04:00
parent 8d93e5dfb4
commit 40337a04b3

View File

@@ -74,9 +74,6 @@ private:
CAmount fee_;
PaymentAddress tozaddr_;
uint256 joinSplitPubKey_;
unsigned char joinSplitPrivKey_[crypto_sign_SECRETKEYBYTES];
std::vector<ShieldCoinbaseUTXO> 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();
};