Remove unused joinsplit variables from z_mergetoaddress
This commit is contained in:
@@ -90,9 +90,6 @@ private:
|
|||||||
CTxDestination toTaddr_;
|
CTxDestination toTaddr_;
|
||||||
PaymentAddress toPaymentAddress_;
|
PaymentAddress toPaymentAddress_;
|
||||||
|
|
||||||
uint256 joinSplitPubKey_;
|
|
||||||
unsigned char joinSplitPrivKey_[crypto_sign_SECRETKEYBYTES];
|
|
||||||
|
|
||||||
std::vector<MergeToAddressInputUTXO> utxoInputs_;
|
std::vector<MergeToAddressInputUTXO> utxoInputs_;
|
||||||
std::vector<MergeToAddressInputSaplingNote> saplingNoteInputs_;
|
std::vector<MergeToAddressInputSaplingNote> saplingNoteInputs_;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user