Test
This commit is contained in:
@@ -618,6 +618,7 @@ void komodo_nSPVreq(CNode *pfrom,std::vector<uint8_t> request) // received a req
|
|||||||
}
|
}
|
||||||
else if ( request[0] == NSPV_UTXOS )
|
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] )
|
if ( timestamp > pfrom->prevtimes[ind] )
|
||||||
{
|
{
|
||||||
struct NSPV_utxosresp U; char coinaddr[64];
|
struct NSPV_utxosresp U; char coinaddr[64];
|
||||||
|
|||||||
Reference in New Issue
Block a user