mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 01:43:36 +01:00
gossipd: use u64 for the one offset we don't.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
cc1362ead3
commit
ebf784ef9c
@ -555,7 +555,7 @@ void gossip_store_del(struct gossip_store *gs,
|
||||
u64 offset,
|
||||
int type)
|
||||
{
|
||||
u32 next_index;
|
||||
u64 next_index;
|
||||
|
||||
assert(offset > sizeof(struct gossip_hdr));
|
||||
next_index = gossip_store_set_flag(gs, offset,
|
||||
|
Loading…
Reference in New Issue
Block a user