From f06ac1277fadaa9cb0391879c98ea1e4d6e22a74 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 4 Jul 2019 03:08:28 -1100 Subject: [PATCH] Test --- src/komodo_nSPV.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/komodo_nSPV.h b/src/komodo_nSPV.h index 74d97506e..69cca2712 100644 --- a/src/komodo_nSPV.h +++ b/src/komodo_nSPV.h @@ -618,6 +618,7 @@ void komodo_nSPVreq(CNode *pfrom,std::vector request) // received a req } else if ( request[0] == NSPV_UTXOS ) { + fprintf(stderr,"utxos: %u > %u, ind.%d, len.%d\n",timestamp,pfrom->prevtimes[ind],ind,len); if ( timestamp > pfrom->prevtimes[ind] ) { struct NSPV_utxosresp U; char coinaddr[64];