multi: Unify use of NodeKey in log messages

This commit is contained in:
MeshCollider
2018-02-20 12:01:23 +13:00
committed by Olaoluwa Osuntokun
parent 4c42079436
commit 2c2ed3c6a9
3 changed files with 10 additions and 10 deletions

View File

@@ -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
}