Browse Source

Test

etomic
jl777 8 years ago
parent
commit
17bb635e6b
  1. 2
      iguana/exchanges/LP_transaction.c

2
iguana/exchanges/LP_transaction.c

@ -379,6 +379,8 @@ int32_t bitcoin_verifyvins(void *ctx,char *symbol,uint8_t pubtype,uint8_t p2shty
{ {
script = V->p2shscript; script = V->p2shscript;
scriptlen = V->p2shlen; scriptlen = V->p2shlen;
for (j=0; j<scriptlen; j++)
printf("%02x",script[j]);
printf(" V->p2shlen.%d\n",V->p2shlen); printf(" V->p2shlen.%d\n",V->p2shlen);
} }
else else

Loading…
Cancel
Save