Browse Source

-prints

jl777
jl777 7 years ago
parent
commit
f5589193cf
  1. 6
      iguana/exchanges/LP_bitcoin.c
  2. 2
      iguana/exchanges/LP_nativeDEX.c

6
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 )

2
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__

Loading…
Cancel
Save