mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-12 14:12:27 +02:00
multi: formatting and comment fixes
This commit is contained in:
@ -728,7 +728,7 @@ func (s *Switch) ForwardPackets(linkQuit chan struct{},
|
||||
return nil
|
||||
}
|
||||
|
||||
// logFwdErrs logs any errors received on `fwdChan`
|
||||
// logFwdErrs logs any errors received on `fwdChan`.
|
||||
func (s *Switch) logFwdErrs(num *int, wg *sync.WaitGroup, fwdChan chan error) {
|
||||
defer s.wg.Done()
|
||||
|
||||
|
Reference in New Issue
Block a user