mirror of
https://github.com/lightning/bolts.git
synced 2024-11-19 01:50:03 +01:00
Bolt 4: clarify onion test payload contents (#1077)
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.
This commit is contained in:
parent
2bf041f382
commit
1c1eda08a3
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user