Browse Source

BTCP debug print

jl777
jl777 7 years ago
parent
commit
3edf81f353
  1. 1
      iguana/exchanges/LP_bitcoin.c

1
iguana/exchanges/LP_bitcoin.c

@ -3412,6 +3412,7 @@ bits256 bitcoin_sigtxid(char *symbol,uint8_t taddr,uint8_t pubtype,uint8_t p2sht
sbtcflag = 1;
else if ( strcmp(symbol,"BTCP") == 0 )
btcpflag = 1;
else printf("normal symbol.(%s)\n",symbol);
if ( ((hashtype & ~SIGHASH_FORKID) & 0xff) != SIGHASH_ALL )
{
printf("currently only SIGHASH_ALL supported, not %d\n",hashtype);

Loading…
Cancel
Save