multi: improve comment grammar

This commit is contained in:
ffranr
2024-04-08 14:40:50 +01:00
committed by Oliver Gugger
parent 9f3593a341
commit 7df093b3b1
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.