itest: assert closing tx is set in waiting_close_channels

This commit is contained in:
Jesse de Wit
2024-01-25 19:51:11 +01:00
parent e794bd37a4
commit b6616bc040
2 changed files with 22 additions and 2 deletions

View File

@@ -131,7 +131,9 @@ func (h *HarnessRPC) PendingChannels() *lnrpc.PendingChannelsResponse {
ctxt, cancel := context.WithTimeout(h.runCtx, DefaultTimeout)
defer cancel()
pendingChansRequest := &lnrpc.PendingChannelsRequest{}
pendingChansRequest := &lnrpc.PendingChannelsRequest{
IncludeRawTx: true,
}
resp, err := h.LN.PendingChannels(ctxt, pendingChansRequest)
// TODO(yy): We may get a `unable to find arbitrator` error from the