mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +01:00
sphinx: Remove standalone v0 payload in favor of the unionized one
Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
committed by
Rusty Russell
parent
d607afd195
commit
b83d15ea4a
@@ -591,7 +591,6 @@ struct route_step *process_onionpacket(
|
||||
if (!blind_group_element(&step->next->ephemeralkey, &msg->ephemeralkey, blind))
|
||||
return tal_free(step);
|
||||
|
||||
deserialize_hop_data(&step->hop_data, paddedheader);
|
||||
sphinx_parse_payload(step, paddedheader);
|
||||
|
||||
/* Extract how many bytes we need to shift away */
|
||||
|
||||
Reference in New Issue
Block a user