mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 21:35:11 +01:00
gossip: Bump gossip_getnodes_reply
result count to be u32 as well
Otherwise we'll just have the same issue once we reach 65k nodes. Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
parent
25e829c7d1
commit
426b22fdcb
@ -21,7 +21,7 @@ gossip_getnodes_request,,id,?struct pubkey
|
||||
|
||||
#include <lightningd/gossip_msg.h>
|
||||
gossip_getnodes_reply,3105
|
||||
gossip_getnodes_reply,,num_nodes,u16
|
||||
gossip_getnodes_reply,,num_nodes,u32
|
||||
gossip_getnodes_reply,,nodes,num_nodes*struct gossip_getnodes_entry
|
||||
|
||||
# Pass JSON-RPC getroute call through
|
||||
|
|
Loading…
Reference in New Issue
Block a user