NSPV_gettransaction and split out into 4 files

This commit is contained in:
jl777
2019-07-05 03:25:02 -11:00
parent e7a05fc615
commit 4d095fce5d
5 changed files with 1160 additions and 1066 deletions

View File

@@ -7046,7 +7046,10 @@ void static ProcessGetData(CNode* pfrom)
}
}
#include "komodo_nSPV.h"
#include "komodo_nSPV.h" // shared defines, structs, serdes, purge functions
#include "komodo_nSPV_fullnode.h" // nSPV fullnode handling of the getnSPV request messages
#include "komodo_nSPV_superlite.h" // nSPV superlite client, issuing requests and handling nSPV responses
#include "komodo_nSPV_wallet.h" // nSPV_send and support functions, really all the rest is to support this
bool static ProcessMessage(CNode* pfrom, string strCommand, CDataStream& vRecv, int64_t nTimeReceived)
{