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

@@ -93,7 +93,6 @@ enum sphinx_payload_type {
struct route_step {
enum route_next_case nextcase;
struct onionpacket *next;
struct hop_data hop_data;
u8 realm;
enum sphinx_payload_type type;
union {