Remove unused joinsplit variables
This commit is contained in:
@@ -74,9 +74,6 @@ private:
|
|||||||
CAmount fee_;
|
CAmount fee_;
|
||||||
PaymentAddress tozaddr_;
|
PaymentAddress tozaddr_;
|
||||||
|
|
||||||
uint256 joinSplitPubKey_;
|
|
||||||
unsigned char joinSplitPrivKey_[crypto_sign_SECRETKEYBYTES];
|
|
||||||
|
|
||||||
std::vector<ShieldCoinbaseUTXO> inputs_;
|
std::vector<ShieldCoinbaseUTXO> inputs_;
|
||||||
|
|
||||||
TransactionBuilder builder_;
|
TransactionBuilder builder_;
|
||||||
@@ -87,7 +84,6 @@ private:
|
|||||||
void sign_send_raw_transaction(UniValue obj); // throws exception if there was an error
|
void sign_send_raw_transaction(UniValue obj); // throws exception if there was an error
|
||||||
|
|
||||||
void lock_utxos();
|
void lock_utxos();
|
||||||
|
|
||||||
void unlock_utxos();
|
void unlock_utxos();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user