From 870b60fadaa287483f1a844144b2a366d331664b Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Tue, 21 May 2024 19:10:55 -0300 Subject: [PATCH] sweepbatcher: fix docstring --- sweepbatcher/sweep_batch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sweepbatcher/sweep_batch.go b/sweepbatcher/sweep_batch.go index b76ed3aa..a784871b 100644 --- a/sweepbatcher/sweep_batch.go +++ b/sweepbatcher/sweep_batch.go @@ -215,7 +215,7 @@ type batch struct { // signerClient is the signer client used to sign the batch transaction. signerClient lndclient.SignerClient - // muSig2Kit includes all the required functionality to collect + // muSig2SignSweep includes all the required functionality to collect // and verify signatures by the swap server in order to cooperatively // sweep funds. muSig2SignSweep MuSig2SignSweep