devtools/gossmap-compress: make fake nodeids same for 32/64 bits.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2024-11-06 13:54:38 +10:30
parent 8c06d0d410
commit 6303a96ee2

View File

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