contractcourt: make sure we force sweep outgoing htlcs

This commit is contained in:
yyforyongyu 2023-09-08 20:30:43 +08:00
parent fd58cbfe6b
commit 8787c6c227
No known key found for this signature in database
GPG Key ID: 9BCD95C4FF296868

View File

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