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];