We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7669559 commit 84a4535Copy full SHA for 84a4535
server_mock_test.go
@@ -45,7 +45,7 @@ type serverMock struct {
45
// preimagePush is a channel that preimage pushes are sent into.
46
preimagePush chan lntypes.Preimage
47
48
- // cancelSwap is a channel that swap cancelations are sent into.
+ // cancelSwap is a channel that swap cancellations are sent into.
49
cancelSwap chan *outCancelDetails
50
51
lnd *test.LndMockServices
0 commit comments