mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 13:03:17 +01:00
disabled instantx commands
This commit is contained in:
parent
fd11ee8c31
commit
08036bc35d
@ -9,7 +9,7 @@
|
|||||||
#define CLIENT_VERSION_MAJOR 0
|
#define CLIENT_VERSION_MAJOR 0
|
||||||
#define CLIENT_VERSION_MINOR 10
|
#define CLIENT_VERSION_MINOR 10
|
||||||
#define CLIENT_VERSION_REVISION 17
|
#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
|
// Set to true for release, false for prerelease or test build
|
||||||
#define CLIENT_VERSION_IS_RELEASE true
|
#define CLIENT_VERSION_IS_RELEASE true
|
||||||
|
@ -33,6 +33,8 @@ std::map<uint256, CTransactionLock> mapTxLocks;
|
|||||||
|
|
||||||
void ProcessMessageInstantX(CNode* pfrom, std::string& strCommand, CDataStream& vRecv)
|
void ProcessMessageInstantX(CNode* pfrom, std::string& strCommand, CDataStream& vRecv)
|
||||||
{
|
{
|
||||||
|
return;
|
||||||
|
|
||||||
if (strCommand == "txlreq")
|
if (strCommand == "txlreq")
|
||||||
{
|
{
|
||||||
//LogPrintf("ProcessMessageInstantX::txlreq\n");
|
//LogPrintf("ProcessMessageInstantX::txlreq\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user