mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-26 06:07:05 +02:00
multi: fix some recently introduced typos
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
7abdd30a87
commit
b8e1351cf3
@@ -1590,7 +1590,7 @@ func (d *AuthenticatedGossiper) processNetworkAnnouncement(nMsg *networkMsg) []n
|
||||
// verify message signature.
|
||||
//
|
||||
// We make sure to obtain the mutex for this channel ID
|
||||
// before we acces the database. This ensures the state
|
||||
// before we access the database. This ensures the state
|
||||
// we read from the database has not changed between this
|
||||
// point and when we call UpdateEdge() later.
|
||||
d.channelMtx.Lock(msg.ShortChannelID.ToUint64())
|
||||
|
Reference in New Issue
Block a user