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 47a5d93 commit 7df294cCopy full SHA for 7df294c
error.go
@@ -39,7 +39,7 @@ var (
39
40
// ErrNegativeRoutingInfoSize is returned when a negative routing info
41
// size is specified in the Sphinx configuration.
42
- ErrNegativeRoutingInfoSize = errors.New("payload size must be " +
+ ErrNegativeRoutingInfoSize = errors.New("routing info size must be " +
43
"non-negative")
44
45
// ErrNegativePayloadSize is returned when a negative payload size is
0 commit comments