Browse Source

Test

etomic
jl777 7 years ago
parent
commit
d58c6ed6fe
  1. 2
      iguana/exchanges/LP_signatures.c

2
iguana/exchanges/LP_signatures.c

@ -372,7 +372,7 @@ char *LP_postutxos_recv(cJSON *argjson)
if ( (obj= jobj(argjson,"utxos")) != 0 )
{
utxoshash = LP_utxoshash_calc(obj);
char str[65]; //printf("got utxoshash %s\n",bits256_str(str,utxoshash));
//char str[65]; //printf("got utxoshash %s\n",bits256_str(str,utxoshash));
if ( LP_utxos_sigcheck(juint(argjson,"timestamp"),jstr(argjson,"sig"),jstr(argjson,"pubsecp"),pubkey,utxoshash) == 0 )
{
uitem = calloc(1,sizeof(*uitem));

Loading…
Cancel
Save