]> Git Repo - VerusCoin.git/commitdiff
Remove unused SproutNote variables.
authorSimon <[email protected]>
Thu, 26 Apr 2018 05:55:30 +0000 (22:55 -0700)
committerSimon <[email protected]>
Thu, 26 Apr 2018 22:05:30 +0000 (15:05 -0700)
src/utiltest.cpp

index 60af4f7dd30a61d2fe5e14bcef408fa6ca04e02f..a980daea679999dc8b5765fafd9dd766e828d45b 100644 (file)
@@ -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,
This page took 0.035418 seconds and 4 git commands to generate.