loopout: ignore saved HTLC txid

If a reorg happens, the saved txid prevents loop-out from discoveing new txid.
This commit is contained in:
Boris Nagaev 2025-06-16 23:28:26 -03:00
parent 19ad091ff3
commit 1ab73a6272
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View file

@ -330,7 +330,6 @@ func resumeLoopOutSwap(cfg *swapConfig, pend *loopdb.LoopOut,
} else {
swap.state = lastUpdate.State
swap.lastUpdateTime = lastUpdate.Time
swap.htlcTxHash = lastUpdate.HtlcTxHash
}
return swap, nil