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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user