disabled instantx commands

This commit is contained in:
Evan Duffield 2014-12-01 14:14:44 -07:00
parent fd11ee8c31
commit 08036bc35d
2 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,7 @@
#define CLIENT_VERSION_MAJOR 0
#define CLIENT_VERSION_MINOR 10
#define CLIENT_VERSION_REVISION 17
#define CLIENT_VERSION_BUILD 6
#define CLIENT_VERSION_BUILD 7
// Set to true for release, false for prerelease or test build
#define CLIENT_VERSION_IS_RELEASE true

View File

@ -33,6 +33,8 @@ std::map<uint256, CTransactionLock> mapTxLocks;
void ProcessMessageInstantX(CNode* pfrom, std::string& strCommand, CDataStream& vRecv)
{
return;
if (strCommand == "txlreq")
{
//LogPrintf("ProcessMessageInstantX::txlreq\n");