From a10a9887ab468a1ee12f80c7c6796fb1c100ece5 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 9 Mar 2018 16:37:29 +0200 Subject: [PATCH] Test --- iguana/exchanges/LP_bitcoin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_bitcoin.c b/iguana/exchanges/LP_bitcoin.c index d47be6e8f..4287d844b 100644 --- a/iguana/exchanges/LP_bitcoin.c +++ b/iguana/exchanges/LP_bitcoin.c @@ -3415,7 +3415,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); + // else printf("normal symbol.(%s)\n",symbol); if ( ((hashtype & ~SIGHASH_FORKID) & 0xff) != SIGHASH_ALL ) { printf("currently only SIGHASH_ALL supported, not %d\n",hashtype);