Browse Source

Test

etomic
jl777 8 years ago
parent
commit
236d13b5ed
  1. 1
      iguana/exchanges/LP_signatures.c

1
iguana/exchanges/LP_signatures.c

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

Loading…
Cancel
Save