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:
Rusty Russell
2019-11-14 10:43:53 +10:30
committed by Christian Decker
parent 2821187fdc
commit a76518a029
5 changed files with 6 additions and 11 deletions

View File

@@ -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;