Browse Source

Cashaddr support for BCH

dev
jl777 7 years ago
parent
commit
3b9de6617d
  1. 2
      iguana/exchanges/LP_include.h
  2. 2
      iguana/exchanges/LP_nativeDEX.c

2
iguana/exchanges/LP_include.h

@ -33,7 +33,7 @@ voind dontprintf(char *formatstr,...) {}
#define LP_MAJOR_VERSION "0"
#define LP_MINOR_VERSION "1"
#define LP_BUILD_NUMBER "17762"
#define LP_BUILD_NUMBER "17763"
#define LP_BARTERDEX_VERSION 1
#define LP_MAGICBITS 1

2
iguana/exchanges/LP_nativeDEX.c

@ -824,7 +824,7 @@ void LP_initcoins(void *ctx,int32_t pubsock,cJSON *coins)
else LP_unspents_load(coin->symbol,coin->smartaddr);
if ( coin->txfee == 0 && strcmp(coin->symbol,"BTC") != 0 )
coin->txfee = LP_MIN_TXFEE;
if ( strcmp(coin->symbol,"BCH") == 0 )
if ( 0 && strcmp(coin->symbol,"BCH") == 0 )
{
bech32_tests();
}

Loading…
Cancel
Save