Skip to content

Commit 623ccb5

Browse files
committed
fixup! multi: decode zero-length onion message payloads
1 parent 637d885 commit 623ccb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ func WithBlindingPoint(point *btcec.PublicKey) ProcessOnionOpt {
602602
}
603603

604604
// WithIsOnionMessage is a functional option that signals that the onion packet
605-
// being processed is an onion message.
605+
// being processed is from onion message.
606606
func WithIsOnionMessage() ProcessOnionOpt {
607607
return func(cfg *processOnionCfg) {
608608
cfg.isOnionMessage = true

0 commit comments

Comments
 (0)