fix typo server_mock_test.go

pull/686/head
shuoer86 4 months ago
parent 7669559cf5
commit 84a4535c8d
No known key found for this signature in database
GPG Key ID: 84A704A15F88ADAD

@ -45,7 +45,7 @@ type serverMock struct {
// preimagePush is a channel that preimage pushes are sent into.
preimagePush chan lntypes.Preimage
// cancelSwap is a channel that swap cancelations are sent into.
// cancelSwap is a channel that swap cancellations are sent into.
cancelSwap chan *outCancelDetails
lnd *test.LndMockServices

Loading…
Cancel
Save