Skip to content

Commit

Permalink
devtools/gossmap-compress: make fake nodeids same for 32/64 bits.
Browse files Browse the repository at this point in the history
Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell committed Nov 6, 2024
1 parent 8c06d0d commit 6303a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/gossmap-compress.c
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ static u64 get_delay(struct gossmap *gossmap,
return chan->half[dir].delay;
}

static void pubkey_for_node(size_t nodeidx, struct pubkey *key,
static void pubkey_for_node(u64 nodeidx, struct pubkey *key,
const struct pubkey **node_ids)
{
struct secret seckey;
Expand Down

0 comments on commit 6303a96

Please sign in to comment.