Browse Source

+print

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

3
iguana/exchanges/LP_bitcoin.c

@ -3447,7 +3447,10 @@ bits256 bitcoin_sigtxid(char *symbol,uint8_t taddr,uint8_t pubtype,uint8_t p2sht
hashtype |= (0x777 << 20);
#endif
if ( btcpflag != 0 )
{
hashtype = 0x2a41;
printf("BTCP detected: hardcode hashtype to %08x\n",hashtype);
}
len += iguana_rwnum(1,&serialized[len],sizeof(hashtype),&hashtype);
if ( sbtcflag != 0 )
{

Loading…
Cancel
Save