komodo_nSPV.h

This commit is contained in:
jl777
2019-07-02 04:25:54 -11:00
parent a0990a8c06
commit aa1c651a74
3 changed files with 59 additions and 15 deletions

View File

@@ -7046,20 +7046,7 @@ void static ProcessGetData(CNode* pfrom)
}
}
void komodo_nSPVreq(CNode *pfrom,std::vector<uint8_t> payload) // received a request
{
}
void komodo_nSPVresp(CNode *pfrom,std::vector<uint8_t> payload) // received a response
{
}
void komodo_nSPV(CNode *pto) // issue nSPV requests if has nServices
{
}
#include "komodo_nSPV.h"
bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv, int64_t nTimeReceived)
{