multi: fix some recently introduced typos

This commit is contained in:
practicalswift
2018-02-07 09:30:09 +01:00
committed by Olaoluwa Osuntokun
parent 7abdd30a87
commit b8e1351cf3
8 changed files with 12 additions and 12 deletions

View File

@@ -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())