|
|
@ -288,6 +288,7 @@ int32_t LP_utxos_sigcheck(uint32_t timestamp,char *sigstr,char *pubsecpstr,bits2 |
|
|
|
{ |
|
|
|
if ( pubp != 0 ) |
|
|
|
pubp->numerrors++; |
|
|
|
if ( pubp != 0 && pubp->numerrors > 1 ) |
|
|
|
printf("LP_utxos_sigcheck failure.%d, probably from %s with older version\n",pubp!=0?pubp->numerrors:-1,bits256_str(str,pubkey)); |
|
|
|
} |
|
|
|
retval = -1; |
|
|
|