mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-28 09:47:20 +02:00
multi: fix canceled spelling
This commit is contained in:
@@ -1785,7 +1785,7 @@ func TestChannelArbitratorDanglingCommitForceClose(t *testing.T) {
|
||||
)
|
||||
|
||||
// Now that we've sent this signal, we should have that
|
||||
// HTLC be cancelled back immediately.
|
||||
// HTLC be canceled back immediately.
|
||||
select {
|
||||
case msgs := <-chanArbCtx.resolutions:
|
||||
if len(msgs) != 1 {
|
||||
|
Reference in New Issue
Block a user