Remove unused varible.

This commit is contained in:
Simon 2016-09-08 12:34:01 -07:00
parent e2574666f6
commit 00edda4ac6
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ AsyncRPCOperation_sendmany::AsyncRPCOperation_sendmany(
isfromtaddr_ = fromtaddr_.IsValid();
isfromzaddr_ = false;
libzcash::PaymentAddress addr;
if (!isfromtaddr_) {
CZCPaymentAddress address(fromAddress);
try {