From 00edda4ac6cea12f7df244b824f4f98a81859712 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 8 Sep 2016 12:34:01 -0700 Subject: [PATCH] Remove unused varible. --- src/wallet/asyncrpcoperation_sendmany.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wallet/asyncrpcoperation_sendmany.cpp b/src/wallet/asyncrpcoperation_sendmany.cpp index 29503ab51..938a9ebc6 100644 --- a/src/wallet/asyncrpcoperation_sendmany.cpp +++ b/src/wallet/asyncrpcoperation_sendmany.cpp @@ -52,7 +52,6 @@ AsyncRPCOperation_sendmany::AsyncRPCOperation_sendmany( isfromtaddr_ = fromtaddr_.IsValid(); isfromzaddr_ = false; - libzcash::PaymentAddress addr; if (!isfromtaddr_) { CZCPaymentAddress address(fromAddress); try {