multi: fix various typos

This commit is contained in:
Elle Mouton
2024-01-31 12:09:02 +02:00
parent c398b0cc69
commit 71753af8ee
5 changed files with 90 additions and 82 deletions

View File

@@ -11,12 +11,12 @@ import (
"github.com/stretchr/testify/require"
)
// testCoopCloseWithHtlcs tests whether or not we can successfully issue a coop
// close request whilt there are still active htlcs on the link. Here we will
// set up an HODL invoice to suspend settlement. Then we will attempt to close
// the channel which should appear as a noop for the time being. Then we will
// have the receiver settle the invoice and observe that the channel gets torn
// down after settlement.
// testCoopCloseWithHtlcs tests whether we can successfully issue a coop close
// request while there are still active htlcs on the link. Here we will set up
// an HODL invoice to suspend settlement. Then we will attempt to close the
// channel which should appear as a noop for the time being. Then we will have
// the receiver settle the invoice and observe that the channel gets torn down
// after settlement.
func testCoopCloseWithHtlcs(ht *lntest.HarnessTest) {
alice, bob := ht.Alice, ht.Bob