Skip to content

Commit 6303a96

Browse files
committed
devtools/gossmap-compress: make fake nodeids same for 32/64 bits.
Signed-off-by: Rusty Russell <[email protected]>
1 parent 8c06d0d commit 6303a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devtools/gossmap-compress.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ static u64 get_delay(struct gossmap *gossmap,
278278
return chan->half[dir].delay;
279279
}
280280

281-
static void pubkey_for_node(size_t nodeidx, struct pubkey *key,
281+
static void pubkey_for_node(u64 nodeidx, struct pubkey *key,
282282
const struct pubkey **node_ids)
283283
{
284284
struct secret seckey;

0 commit comments

Comments
 (0)