Browse Source

Test

etomic
jl777 8 years ago
parent
commit
13e1905241
  1. 2
      iguana/exchanges/LP_coins.c
  2. 4
      iguana/exchanges/LP_nativeDEX.c

2
iguana/exchanges/LP_coins.c

@ -260,7 +260,7 @@ int32_t LP_coininit(struct iguana_info *coin,char *symbol,char *name,char *asset
if ( strcmp(symbol,"KMD") == 0 || (assetname != 0 && assetname[0] != 0) )
name2 = 0;
else name2 = name;
if ( strcmp(symbol,"XVG") == 0 )
if ( strcmp(symbol,"XVG") == 0 || strcmp(symbol,"BCC") == 0 )
{
coin->noimportprivkey_flag = 1;
printf("truncate importprivkey for %s\n",symbol);

4
iguana/exchanges/LP_nativeDEX.c

@ -13,6 +13,7 @@
* Removal or modification of this copyright notice is prohibited. *
* *
******************************************************************************/
//
// LP_nativeDEX.c
// marketmaker
@ -22,9 +23,6 @@
// PoW, JS
// autoutxo
// bugs:
// false detection of bobreclaim
// unduplicated bugs:
// swap cancel should cleanly cancel

Loading…
Cancel
Save