From e8e6fd263330dac03fae301b582f9bf7760ce210 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 14 Nov 2017 04:50:58 +0200 Subject: [PATCH] Test --- iguana/exchanges/LP_commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/exchanges/LP_commands.c b/iguana/exchanges/LP_commands.c index 3aca6ee1c..56ed047e4 100644 --- a/iguana/exchanges/LP_commands.c +++ b/iguana/exchanges/LP_commands.c @@ -484,10 +484,10 @@ bot_resume(botid)\n\ struct iguana_info *ptr; if ( (ptr= LP_coinfind(coin)) != 0 ) { - ptr->privkeydepth = 0; LP_address(ptr,ptr->smartaddr); if ( jint(argjson,"reset") != 0 ) { + ptr->privkeydepth = 0; LP_address_utxo_reset(ptr); LP_passphrase_init(jstr(argjson,"passphrase"),G.gui); }