mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-30 22:54:50 +02:00
multi: fix a-vs-an typos
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
0720e83840
commit
663c396235
@@ -147,7 +147,7 @@ func (db *DB) FetchLinkNode(identity *btcec.PublicKey) (*LinkNode, error) {
|
||||
}
|
||||
|
||||
// If a link node for that particular public key cannot be
|
||||
// located, then exit early with a ErrNodeNotFound.
|
||||
// located, then exit early with an ErrNodeNotFound.
|
||||
pubKey := identity.SerializeCompressed()
|
||||
nodeBytes := nodeMetaBucket.Get(pubKey)
|
||||
if nodeBytes == nil {
|
||||
|
Reference in New Issue
Block a user