Browse Source

Test

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

4
iguana/exchanges/LP_transaction.c

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

Loading…
Cancel
Save