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 )