Skip to content

Commit

Permalink
Merge pull request #7966 from yyforyongyu/add-force-sweep-outgoing
Browse files Browse the repository at this point in the history
contractcourt: make sure we force sweep outgoing htlcs
  • Loading branch information
Roasbeef authored Sep 12, 2023
2 parents c77192a + 8787c6c commit 8c53620
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contractcourt/htlc_timeout_resolver.go
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@ func (h *htlcTimeoutResolver) sweepSecondLevelTx() error {
Fee: sweep.FeePreference{
ConfTarget: secondLevelConfTarget,
},
Force: true,
},
)
if err != nil {
Expand Down

0 comments on commit 8c53620

Please sign in to comment.