From c7aa40393ea18136b4c6b5834efc5d1f4f146388 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 25 Jan 2017 15:11:18 +0200 Subject: [PATCH] fix --- src/wallet/wallet.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 946a4329d..9926d67d1 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -2796,7 +2796,6 @@ bool CWallet::CreateTransaction(const vector& vecSend, bool CWallet::CommitTransaction(CWalletTx& wtxNew, CReserveKey& reservekey) { { - fprintf(stderr,"commit start\n"); LOCK2(cs_main, cs_wallet); LogPrintf("CommitTransaction:\n%s", wtxNew.ToString()); {