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()); {