From 9354f8e568d2af0037a9fef4ca2b97ab77bd3ecb Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 25 Apr 2018 22:55:30 -0700 Subject: [PATCH] Remove unused SproutNote variables. --- src/utiltest.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/utiltest.cpp b/src/utiltest.cpp index 60af4f7dd..a980daea6 100644 --- a/src/utiltest.cpp +++ b/src/utiltest.cpp @@ -38,8 +38,6 @@ CWalletTx GetValidReceive(ZCJoinSplit& params, libzcash::JSOutput(sk.address(), value) }; - boost::array 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 output_notes; - // Prepare JoinSplits uint256 rt = tree.root(); JSDescription jsdesc {params, mtx.joinSplitPubKey, rt,