Skip to content

Commit 7df294c

Browse files
committed
fixup! multi: Support custom size onion packets
1 parent 47a5d93 commit 7df294c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

error.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ var (
3939

4040
// ErrNegativeRoutingInfoSize is returned when a negative routing info
4141
// size is specified in the Sphinx configuration.
42-
ErrNegativeRoutingInfoSize = errors.New("payload size must be " +
42+
ErrNegativeRoutingInfoSize = errors.New("routing info size must be " +
4343
"non-negative")
4444

4545
// ErrNegativePayloadSize is returned when a negative payload size is

0 commit comments

Comments
 (0)