mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-01 02:02:10 +02:00
chore: fix some comments
Signed-off-by: zoupingshi <hellocatty@tom.com>
This commit is contained in:
@@ -3911,7 +3911,7 @@ func (f *Manager) handleChannelReady(peer lnpeer.Peer, //nolint:funlen
|
||||
localNonce, ok := f.pendingMusigNonces[chanID]
|
||||
if !ok {
|
||||
// If there's no pending nonce for this channel ID,
|
||||
// we'll use the one generatd above.
|
||||
// we'll use the one generated above.
|
||||
localNonce = firstVerNonce
|
||||
f.pendingMusigNonces[chanID] = firstVerNonce
|
||||
}
|
||||
|
Reference in New Issue
Block a user