Remove unused SproutNote variables.
This commit is contained in:
@@ -38,8 +38,6 @@ CWalletTx GetValidReceive(ZCJoinSplit& params,
|
||||
libzcash::JSOutput(sk.address(), value)
|
||||
};
|
||||
|
||||
boost::array<libzcash::SproutNote, 2> output_notes;
|
||||
|
||||
// Prepare JoinSplits
|
||||
uint256 rt;
|
||||
JSDescription jsdesc {params, mtx.joinSplitPubKey, rt,
|
||||
@@ -123,8 +121,6 @@ CWalletTx GetValidSpend(ZCJoinSplit& params,
|
||||
libzcash::JSOutput() // dummy output
|
||||
};
|
||||
|
||||
boost::array<libzcash::SproutNote, 2> output_notes;
|
||||
|
||||
// Prepare JoinSplits
|
||||
uint256 rt = tree.root();
|
||||
JSDescription jsdesc {params, mtx.joinSplitPubKey, rt,
|
||||
|
||||
Reference in New Issue
Block a user