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