mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 07:00:55 +02:00
multi: fix linter warnings with updated linter
This commit is contained in:
@@ -432,7 +432,7 @@ func createContextV100RC2(privKey *btcec.PrivateKey,
|
||||
// draft version 0.4.0.
|
||||
func createContextV040(privKey *btcec.PrivateKey,
|
||||
allSignerPubKeys []*btcec.PublicKey, tweaks *MuSig2Tweaks,
|
||||
sessionOpts ...musig2.SessionOption,
|
||||
_ ...musig2.SessionOption,
|
||||
) (*musig2v040.Context, *musig2v040.Session, error) {
|
||||
|
||||
// The context keeps track of all signing keys and our local key.
|
||||
|
Reference in New Issue
Block a user