multi: improve comment grammar

This commit is contained in:
ffranr
2024-04-08 14:40:50 +01:00
committed by Oliver Gugger
parent 58ed8e751d
commit cc2b7b6fda
3 changed files with 4 additions and 4 deletions

View File

@@ -331,7 +331,7 @@ type InterceptableHtlcForwarder interface {
type ForwardInterceptor func(InterceptedPacket) error
// InterceptedPacket contains the relevant information for the interceptor about
// an htlc.
// an HTLC.
type InterceptedPacket struct {
// IncomingCircuit contains the incoming channel and htlc id of the
// packet.