routing: vertexes are now serialized pub keys instead of pubkey hashes

This commit is contained in:
Olaoluwa Osuntokun
2016-09-20 16:07:22 -07:00
parent ca89ddb9ea
commit 5ebaf9d1e7
3 changed files with 19 additions and 11 deletions

View File

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