Skip to content

Commit 0220389

Browse files
committed
fixup! multi: Support jumbo size om packets
1 parent 68b68b5 commit 0220389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ func TestSphinxHopVariableSizedPayloads(t *testing.T) {
987987
Payload: bytes.Repeat([]byte("a"), 500),
988988
},
989989
},
990-
expectedError: ErrStandardRoutingInfoSizeExceeded,
990+
expectedError: ErrStandardRoutingPayloadSizeExceeded,
991991
},
992992
}
993993

0 commit comments

Comments
 (0)