From 84a4535c8d5cc19d96ebc88e3fbc8e0a4e388128 Mon Sep 17 00:00:00 2001 From: shuoer86 <129674997+shuoer86@users.noreply.github.com> Date: Fri, 12 Jan 2024 20:56:29 +0800 Subject: [PATCH] fix typo server_mock_test.go --- server_mock_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server_mock_test.go b/server_mock_test.go index 18ae09f..78a8528 100644 --- a/server_mock_test.go +++ b/server_mock_test.go @@ -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