diff --git a/iguana/exchanges/LP_nativeDEX.c b/iguana/exchanges/LP_nativeDEX.c index 5e321e562..7c5a02037 100644 --- a/iguana/exchanges/LP_nativeDEX.c +++ b/iguana/exchanges/LP_nativeDEX.c @@ -588,8 +588,8 @@ void LP_coinsloop(void *_coins) { printf("autofill created %s\n",txidstr); free(txidstr); + coin->fillsatoshis = coin->do_autofill_merge; coin->do_autofill_merge = 0; - coin->fillsatoshis = satoshis; coin->bobfillheight = LP_getheight(¬arized,coin); } }