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:
Christian Decker
2019-02-20 15:42:12 +01:00
committed by Rusty Russell
parent d607afd195
commit b83d15ea4a
3 changed files with 20 additions and 26 deletions

View File

@@ -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 */