This commit is contained in:
jl777
2017-01-25 15:11:18 +02:00
parent bbf5692c93
commit c7aa40393e

View File

@@ -2796,7 +2796,6 @@ bool CWallet::CreateTransaction(const vector<CRecipient>& vecSend,
bool CWallet::CommitTransaction(CWalletTx& wtxNew, CReserveKey& reservekey)
{
{
fprintf(stderr,"commit start\n");
LOCK2(cs_main, cs_wallet);
LogPrintf("CommitTransaction:\n%s", wtxNew.ToString());
{