2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-09 19:10:47 +00:00

sweepbatcher: fix godoc

This commit is contained in:
Boris Nagaev 2024-08-27 10:57:41 -03:00
parent 876ed401db
commit 898efbf2ae
No known key found for this signature in database

View File

@ -236,7 +236,7 @@ type Batcher struct {
// sweep funds.
musig2ServerSign MuSig2SignSweep
// verifySchnorrSig is a function that can be used to verify a schnorr
// VerifySchnorrSig is a function that can be used to verify a schnorr
// signature.
VerifySchnorrSig VerifySchnorrSig