Merge pull request #7966 from yyforyongyu/add-force-sweep-outgoing

contractcourt: make sure we force sweep outgoing htlcs
This commit is contained in:
Olaoluwa Osuntokun
2023-09-12 10:12:49 -07:00
committed by GitHub

View File

@@ -462,6 +462,7 @@ func (h *htlcTimeoutResolver) sweepSecondLevelTx() error {
Fee: sweep.FeePreference{ Fee: sweep.FeePreference{
ConfTarget: secondLevelConfTarget, ConfTarget: secondLevelConfTarget,
}, },
Force: true,
}, },
) )
if err != nil { if err != nil {