mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +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
@@ -426,7 +426,7 @@ static struct hop_params *generate_hop_params(
|
||||
return params;
|
||||
}
|
||||
|
||||
static void deserialize_hop_data(struct hop_data *data, const u8 *src)
|
||||
static void deserialize_hop_data(struct hop_data_legacy *data, const u8 *src)
|
||||
{
|
||||
const u8 *cursor = src;
|
||||
size_t max = FRAME_SIZE;
|
||||
|
||||
Reference in New Issue
Block a user