mirror of
https://git.hush.is/hush/hush3.git
synced 2025-09-21 00:02:49 -04:00
Remove unused SproutNote variables.
This commit is contained in:
parent
5f4fa1a954
commit
9354f8e568
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user