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
commit 8c53620021
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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