From 1d7ac2dc9da2ef963acc7dce01e03e696ff1bfb3 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 13 Nov 2017 22:55:29 +0200 Subject: [PATCH] Test --- iguana/exchanges/LP_commands.c | 1 + 1 file changed, 1 insertion(+) diff --git a/iguana/exchanges/LP_commands.c b/iguana/exchanges/LP_commands.c index 9e68ead18..eda89f9f7 100644 --- a/iguana/exchanges/LP_commands.c +++ b/iguana/exchanges/LP_commands.c @@ -488,6 +488,7 @@ bot_resume(botid)\n\ if ( jint(argjson,"reset") != 0 ) { LP_address_utxo_reset(ptr); + ptr->privkeydepth = 0; LP_passphrase_init(jstr(argjson,"passphrase"),G.gui); } if ( bits256_nonz(G.LP_privkey) != 0 )