mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-07 19:30:46 +02:00
multi: Unify use of NodeKey in log messages
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
4c42079436
commit
2c2ed3c6a9
@@ -1807,7 +1807,7 @@ func (s *server) OpenChannel(nodeKey *btcec.PublicKey,
|
||||
s.mu.RUnlock()
|
||||
|
||||
if targetPeer == nil {
|
||||
errChan <- fmt.Errorf("unable to find peer nodeID(%x)", pubKeyBytes)
|
||||
errChan <- fmt.Errorf("unable to find peer NodeKey(%x)", pubKeyBytes)
|
||||
return updateChan, errChan
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user