From 3d0387c9849692fcd3d530d21f5825d1923092b2 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 13 Jul 2017 22:15:17 +0200 Subject: [PATCH] Test --- src/wallet/asyncrpcoperation_sendmany.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wallet/asyncrpcoperation_sendmany.cpp b/src/wallet/asyncrpcoperation_sendmany.cpp index 4af696de5..53b2c43c7 100644 --- a/src/wallet/asyncrpcoperation_sendmany.cpp +++ b/src/wallet/asyncrpcoperation_sendmany.cpp @@ -1107,9 +1107,9 @@ void AsyncRPCOperation_sendmany::add_taddr_change_output_to_tx(CAmount amount) { LOCK2(cs_main, pwalletMain->cs_wallet); EnsureWalletIsUnlocked(); - if ( 0 ) - CScript scriptPubKey = GetScriptForDestination(fromaddress.Get()); - else + //if ( 0 ) + // CScript scriptPubKey = GetScriptForDestination(fromaddress.Get()); + //else { CReserveKey keyChange(pwalletMain); CPubKey vchPubKey;