mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-20 13:34:32 +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:
parent
87c1755637
commit
1614fe0fa6
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue