Revert "Send 'mempool' P2P command at the start of each P2P session"

Fat-fingered on github, and merged this too early.

This reverts commit 22f9b06903.
This commit is contained in:
Jeff Garzik
2012-10-08 18:14:15 -04:00
committed by Jeff Garzik
parent 56caa38a67
commit b855abb8db
2 changed files with 1 additions and 18 deletions

View File

@@ -25,7 +25,6 @@ using namespace boost;
CWallet* pwalletMain;
CClientUIInterface uiInterface;
int64 nTimeNodeStart;
//////////////////////////////////////////////////////////////////////////////
//
@@ -471,10 +470,8 @@ bool AppInit2()
printf("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n");
printf("Bitcoin version %s (%s)\n", FormatFullVersion().c_str(), CLIENT_DATE.c_str());
printf("Using OpenSSL version %s\n", SSLeay_version(SSLEAY_VERSION));
nTimeNodeStart = GetTime();
if (!fLogTimestamps)
printf("Startup time: %s\n", DateTimeStrFormat("%x %H:%M:%S", nTimeNodeStart).c_str());
printf("Startup time: %s\n", DateTimeStrFormat("%x %H:%M:%S", GetTime()).c_str());
printf("Default data directory %s\n", GetDefaultDataDir().string().c_str());
printf("Used data directory %s\n", pszDataDir);
std::ostringstream strErrors;