mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 15:11:09 +02:00
internal/musig2: fix typos [skip ci]
This commit is contained in:
@@ -562,7 +562,7 @@ func (s *Session) Sign(msg [32]byte,
|
||||
return nil, ErrSigningContextReuse
|
||||
|
||||
// We also need to make sure we have the combined nonce, otherwise this
|
||||
// funciton was called too early.
|
||||
// function was called too early.
|
||||
case s.combinedNonce == nil:
|
||||
return nil, ErrCombinedNonceUnavailable
|
||||
}
|
||||
|
Reference in New Issue
Block a user