fix typo server_mock_test.go

This commit is contained in:
shuoer86 2024-01-12 20:56:29 +08:00
parent 7669559cf5
commit 84a4535c8d
No known key found for this signature in database
GPG key ID: 84A704A15F88ADAD

View file

@ -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