mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-30 02:21:08 +02:00
routing: vertexes are now serialized pub keys instead of pubkey hashes
This commit is contained in:
@ -208,7 +208,7 @@ out:
|
||||
select {
|
||||
case err := <-errChan:
|
||||
rpcsLog.Errorf("unable to open channel to "+
|
||||
"lightningID(%v) nor peerID(%v): %v",
|
||||
"lightningID(%x) nor peerID(%v): %v",
|
||||
in.TargetNode, in.TargetPeerId, err)
|
||||
return err
|
||||
case fundingUpdate := <-updateChan:
|
||||
|
Reference in New Issue
Block a user