mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-25 12:01:39 +02:00
multi: improve comment grammar
This commit is contained in:
@@ -1525,7 +1525,7 @@ func (s *Server) HtlcInterceptor(stream Router_HtlcInterceptorServer) error {
|
||||
}
|
||||
defer atomic.CompareAndSwapInt32(&s.forwardInterceptorActive, 1, 0)
|
||||
|
||||
// run the forward interceptor.
|
||||
// Run the forward interceptor.
|
||||
return newForwardInterceptor(
|
||||
s.cfg.RouterBackend.InterceptableForwarder, stream,
|
||||
).run()
|
||||
|
Reference in New Issue
Block a user