From 7375b995ba1ef1d4b83f71747735d1f4f90ebdb2 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 7 Mar 2018 14:20:30 +0200 Subject: [PATCH] +print --- iguana/exchanges/LP_bitcoin.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/iguana/exchanges/LP_bitcoin.c b/iguana/exchanges/LP_bitcoin.c index 139051a72..861db36a5 100644 --- a/iguana/exchanges/LP_bitcoin.c +++ b/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 ) {