mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-07 14:29:33 +01:00
12 lines
359 B
Plaintext
12 lines
359 B
Plaintext
|
# Communication between gossipd and connectd.
|
||
|
gossip_new_peer,4000
|
||
|
gossip_new_peer,,id,struct pubkey
|
||
|
# Did we negotiate LOCAL_GOSSIP_QUERIES?
|
||
|
gossip_new_peer,,gossip_queries_feature,bool
|
||
|
# Did they offer LOCAL_INITIAL_ROUTING_SYNC?
|
||
|
gossip_new_peer,,initial_routing_sync,bool
|
||
|
|
||
|
# if success: + fd.
|
||
|
gossip_new_peer_reply,4100
|
||
|
gossip_new_peer_reply,,success,bool
|