Skip to content

Commit

Permalink
Bolt 4: clarify onion test payload contents (#1077)
Browse files Browse the repository at this point in the history
Adds a comment to the `onion-test.json` file to clarify that the
payloads specified for each hop in the test already include the variable
length encodings.
  • Loading branch information
ellemouton authored May 10, 2023
1 parent 2bf041f commit 1c1eda0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bolt04/onion-test.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"comment": "A testcase for a variable length hop_payload. The third payload is 275 bytes long.",
"comment": "A testcase for a variable length hop_payload. The third payload is 275 bytes long. All the payloads already have the variable length encoded.",
"generate": {
"session_key": "4141414141414141414141414141414141414141414141414141414141414141",
"associated_data": "4242424242424242424242424242424242424242424242424242424242424242",
Expand Down

0 comments on commit 1c1eda0

Please sign in to comment.