itest: fix channel backup tests

This commit is contained in:
yyforyongyu
2024-04-07 16:02:07 +08:00
parent f68c14321b
commit 30c2b9f2df
2 changed files with 42 additions and 37 deletions

View File

@@ -442,7 +442,8 @@ func (h *htlcTimeoutResolver) Resolve() (ContractResolver, error) {
log.Infof("%T(%v): HTLC has been swept with pre-image by "+
"remote party during timeout flow! Adding pre-image to "+
"witness cache", h.htlcResolution.ClaimOutpoint)
"witness cache", h, h.htlc.RHash[:],
h.htlcResolution.ClaimOutpoint)
return h.claimCleanUp(commitSpend)
}