diff --git a/src/wallet/asyncrpcoperation_sendmany.h b/src/wallet/asyncrpcoperation_sendmany.h index 340c0c4cb..f71c6d2e2 100644 --- a/src/wallet/asyncrpcoperation_sendmany.h +++ b/src/wallet/asyncrpcoperation_sendmany.h @@ -96,16 +96,9 @@ private: SpendingKey spendingkey_; CScript opret_ = CScript(); - uint256 joinSplitPubKey_; - unsigned char joinSplitPrivKey_[crypto_sign_SECRETKEYBYTES]; - - // The key is the result string from calling JSOutPoint::ToString() - std::unordered_map jsopWitnessAnchorMap; - std::vector t_outputs_; std::vector z_outputs_; std::vector t_inputs_; - //std::vector z_sprout_inputs_; std::vector z_sapling_inputs_; TransactionBuilder builder_;