Skip to content

Commit 8c53620

Browse files
authored
Merge pull request #7966 from yyforyongyu/add-force-sweep-outgoing
contractcourt: make sure we force sweep outgoing htlcs
2 parents c77192a + 8787c6c commit 8c53620

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contractcourt/htlc_timeout_resolver.go

+1
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,7 @@ func (h *htlcTimeoutResolver) sweepSecondLevelTx() error {
462462
Fee: sweep.FeePreference{
463463
ConfTarget: secondLevelConfTarget,
464464
},
465+
Force: true,
465466
},
466467
)
467468
if err != nil {

0 commit comments

Comments
 (0)