From ad424236e584154c5397d7855e8e786bd9f3e605 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 2 Jul 2019 09:43:21 -1100 Subject: [PATCH] Again --- src/komodo_nSPV.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_nSPV.h b/src/komodo_nSPV.h index 59afa6ae0..6c46e049f 100644 --- a/src/komodo_nSPV.h +++ b/src/komodo_nSPV.h @@ -219,7 +219,7 @@ struct NSPV_spentinfo komodo_NSPV_spentinfo(uint256 txid,int32_t vout) // just a { if ( pnode->hSocket == INVALID_SOCKET ) continue; - if ( (pnode->nServices & NODE_NSPV) != 0 && timestamp > pto->lastspent ) + if ( (pnode->nServices & NODE_NSPV) != 0 && timestamp > pnode->lastspent ) { request.resize(1); request[0] = NSPV_SPENTINFO;