diff --git a/iguana/exchanges/LP_commands.c b/iguana/exchanges/LP_commands.c index 3aca6ee1c..41df9bd17 100644 --- a/iguana/exchanges/LP_commands.c +++ b/iguana/exchanges/LP_commands.c @@ -486,7 +486,7 @@ bot_resume(botid)\n\ { ptr->privkeydepth = 0; LP_address(ptr,ptr->smartaddr); - if ( jint(argjson,"reset") != 0 ) + if ( 0 && jint(argjson,"reset") != 0 ) { LP_address_utxo_reset(ptr); LP_passphrase_init(jstr(argjson,"passphrase"),G.gui); diff --git a/iguana/exchanges/LP_nativeDEX.c b/iguana/exchanges/LP_nativeDEX.c index 497aebe75..bd0bb193a 100644 --- a/iguana/exchanges/LP_nativeDEX.c +++ b/iguana/exchanges/LP_nativeDEX.c @@ -518,6 +518,8 @@ void LP_coinsloop(void *_coins) continue; } } + if ( coin->smartaddr[0] == 0 ) + printf("%s has no smartaddress??\n",coin->symbol); memset(&zero,0,sizeof(zero)); if ( coin->inactive != 0 ) continue;