From f016d63e5179ee8a97c6fd38870fc82328f7dcd5 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 2 Jul 2019 06:59:33 -1100 Subject: [PATCH] Syntax --- src/komodo_nSPV.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/komodo_nSPV.h b/src/komodo_nSPV.h index 1d2acb908..e8bdb4a9e 100644 --- a/src/komodo_nSPV.h +++ b/src/komodo_nSPV.h @@ -98,6 +98,7 @@ struct NSPV_txproof uint32_t NSPV_lastinfo,NSPV_lastutxos; std::vector NSPV_utxos; +// on fullnode: void komodo_nSPVreq(CNode *pfrom,std::vector request) // received a request { int32_t len; std::vector response; uint32_t timestamp = time(NULL); @@ -152,6 +153,7 @@ void komodo_nSPVreq(CNode *pfrom,std::vector request) // received a req } } +// on nSPV client void komodo_nSPVresp(CNode *pfrom,std::vector response) // received a response { int32_t len; uint32_t timestamp = (uint32_t)time(NULL);