From d33b90ef4bba61760ddb7251142283cda7256590 Mon Sep 17 00:00:00 2001 From: janko33bd Date: Wed, 31 May 2017 22:10:03 +0200 Subject: [PATCH] back to 8, remove missed log --- src/net.cpp | 2 +- src/wallet/wallet.cpp | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/net.cpp b/src/net.cpp index 83dda8a82..2f60cfa1c 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -59,7 +59,7 @@ using namespace std; namespace { - const int MAX_OUTBOUND_CONNECTIONS = 16; + const int MAX_OUTBOUND_CONNECTIONS = 8; struct ListenSocket { SOCKET socket; diff --git a/src/wallet/wallet.cpp b/src/wallet/wallet.cpp index 344fa2ae7..ddbbd69f0 100644 --- a/src/wallet/wallet.cpp +++ b/src/wallet/wallet.cpp @@ -592,8 +592,6 @@ bool CheckKernel(CBlockIndex* pindexPrev, unsigned int nBits, int64_t nTime, con if (pBlockTime) *pBlockTime = block.GetBlockTime(); - LogPrintf("looking for coinstake for real \n"); - return CheckStakeKernelHash(pindexPrev, nBits, new CCoins(txPrev, pindexPrev->nHeight), prevout, nTime); }