mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-09 20:33:45 +01:00
htlcswitch: trivial whitespace
Missing space results in `unable to get channel links: unable to locate channel link bydestination hop id` log messages
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
87c1755637
commit
1614fe0fa6
@@ -1930,7 +1930,7 @@ query:
|
||||
func (s *Switch) getLinks(destination [33]byte) ([]ChannelLink, error) {
|
||||
links, ok := s.interfaceIndex[destination]
|
||||
if !ok {
|
||||
return nil, errors.Errorf("unable to locate channel link by"+
|
||||
return nil, errors.Errorf("unable to locate channel link by "+
|
||||
"destination hop id %x", destination)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user