mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
common/sphinx: rename hop_data to hop_data_legacy.
This highlights the various places we need to change. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
Christian Decker
parent
2821187fdc
commit
a76518a029
@@ -29,7 +29,7 @@ static void do_generate(int argc, char **argv,
|
||||
struct secret session_key;
|
||||
struct secret *shared_secrets;
|
||||
struct sphinx_path *sp;
|
||||
struct hop_data hops_data[num_hops];
|
||||
struct hop_data_legacy hops_data[num_hops];
|
||||
|
||||
const u8* tmp_assocdata =tal_dup_arr(ctx, u8, assocdata,
|
||||
ASSOC_DATA_SIZE, 0);
|
||||
|
||||
Reference in New Issue
Block a user