We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 637d885 commit 623ccb5Copy full SHA for 623ccb5
sphinx.go
@@ -602,7 +602,7 @@ func WithBlindingPoint(point *btcec.PublicKey) ProcessOnionOpt {
602
}
603
604
// WithIsOnionMessage is a functional option that signals that the onion packet
605
-// being processed is an onion message.
+// being processed is from onion message.
606
func WithIsOnionMessage() ProcessOnionOpt {
607
return func(cfg *processOnionCfg) {
608
cfg.isOnionMessage = true
0 commit comments