Skip to content

Commit ab69588

Browse files
committed
loopout: ignore saved HTLC txid
If a reorg happens, the saved txid prevents loop-out from discoveing new txid.
1 parent 19ad091 commit ab69588

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

loopout.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,6 @@ func resumeLoopOutSwap(cfg *swapConfig, pend *loopdb.LoopOut,
330330
} else {
331331
swap.state = lastUpdate.State
332332
swap.lastUpdateTime = lastUpdate.Time
333-
swap.htlcTxHash = lastUpdate.HtlcTxHash
334333
}
335334

336335
return swap, nil

0 commit comments

Comments
 (0)