mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
loopout: ignore saved HTLC txid
If a reorg happens, the saved txid prevents loop-out from discoveing new txid.
This commit is contained in:
parent
19ad091ff3
commit
1ab73a6272
2 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue