From bc4c5ceb1534e89e4860b4e7ab32f10626116202 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 7 Feb 2017 04:33:54 +0200 Subject: [PATCH] test --- src/wallet/wallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index cf4fa0138..0be71e34a 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -2587,13 +2587,13 @@ bool CWallet::CreateTransaction(const vector& vecSend, { txNew.nLockTime = (uint32_t)chainActive.Tip()->nTime + 1; // set to a time close to now } - interest = 0; { LOCK2(cs_main, cs_wallet); { nFeeRet = 0; while (true) { + interest = 0; txNew.vin.clear(); txNew.vout.clear(); wtxNew.fFromMe = true;