From 347276f7765cca8c80ec1b242aa44955a7b3b02d Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 2 Jul 2019 09:24:44 -1100 Subject: [PATCH] Syntax --- src/komodo_nSPV.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/komodo_nSPV.h b/src/komodo_nSPV.h index e1964f887..95ddcd4d6 100644 --- a/src/komodo_nSPV.h +++ b/src/komodo_nSPV.h @@ -201,16 +201,16 @@ void komodo_nSPVresp(CNode *pfrom,std::vector response) // received a r void komodo_nSPV_spentinfoclear() { - nSPV_spends.resize(0); + NSPV_spends.resize(0); } struct nSPV_spentinfo komodo_nSPV_spentinfo(uint256 txid,int32_t vout) // just a primitive example of how to add new rpc to p2p msg { std::vector request; struct nSPV_spentinfo I; int32_t i,numsent = 0; uint32_t timestamp = (uint32_t)time(NULL); // lookup spentinfo - for (i=0; i