mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
fix typo server_mock_test.go
This commit is contained in:
parent
7669559cf5
commit
84a4535c8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue