From f5589193cffd1f9dd4383a2ef1b6874b221358b5 Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 1 Mar 2018 16:38:55 +0200 Subject: [PATCH] -prints --- iguana/exchanges/LP_bitcoin.c | 6 +++--- iguana/exchanges/LP_nativeDEX.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/iguana/exchanges/LP_bitcoin.c b/iguana/exchanges/LP_bitcoin.c index 2b033c375..de82fd670 100644 --- a/iguana/exchanges/LP_bitcoin.c +++ b/iguana/exchanges/LP_bitcoin.c @@ -2154,9 +2154,9 @@ char *bitcoin_address(char *symbol,char *coinaddr,uint8_t taddr,uint8_t addrtype if ( len != 20 ) { calc_rmd160_sha256(data+offset,pubkey_or_rmd160,len); - for (i=0; i<20; i++) - printf("%02x",data[offset+i]); - printf(" rmd160\n"); + //for (i=0; i<20; i++) + // printf("%02x",data[offset+i]); + //printf(" rmd160\n"); } else memcpy(data+offset,pubkey_or_rmd160,20); if ( strcmp(symbol,"BCH") == 0 ) diff --git a/iguana/exchanges/LP_nativeDEX.c b/iguana/exchanges/LP_nativeDEX.c index 0776d8883..558885c0b 100644 --- a/iguana/exchanges/LP_nativeDEX.c +++ b/iguana/exchanges/LP_nativeDEX.c @@ -1276,7 +1276,7 @@ void LPinit(uint16_t myport,uint16_t mypullport,uint16_t mypubport,uint16_t mybu if ( passphrase == 0 || passphrase[0] == 0 ) { printf("jeezy says we cant use the nullstring as passphrase and I agree\n"); - //exit(-1); + exit(-1); } IAMLP = !amclient; #ifndef __linux__