2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-08 01:10:29 +00:00

sweepbatcher: fix docstring

This commit is contained in:
Boris Nagaev 2024-05-21 19:10:55 -03:00
parent 6def712dfe
commit 870b60fada
No known key found for this signature in database

View File

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