|
|
@ -543,7 +543,11 @@ int32_t LP_utxosparse(char *destipaddr,uint16_t destport,char *retstr,uint32_t n |
|
|
|
txid = jbits256(item,"txid"); |
|
|
|
//printf("parse.(%s)\n",jprint(item,0));
|
|
|
|
if ( (utxo= LP_utxoaddjson(1,-1,item)) != 0 ) |
|
|
|
{ |
|
|
|
if ( strcmp(utxo->coin,"HUSH") == 0 ) |
|
|
|
printf("%s set lasttime (%s)\n",destipaddr,jprint(item,0)); |
|
|
|
utxo->T.lasttime = now; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
if ( (destpeer= LP_peerfind((uint32_t)calc_ipbits(destipaddr),destport)) != 0 ) |
|
|
|