This commit is contained in:
jl777
2017-10-18 22:43:08 +03:00
parent 79383e0a78
commit f19ffc34ca

View File

@@ -2663,7 +2663,7 @@ bool CWallet::CreateTransaction(const vector<CRecipient>& vecSend, CWalletTx& wt
nFeeRet = 0;
while (true)
{
interest = 0;
//interest = 0;
txNew.vin.clear();
txNew.vout.clear();
wtxNew.fFromMe = true;