You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

2.7 KiB

1# These are fatal.
2# Misc problems like opening control fd.
3#include <lightningd/cryptomsg.h>
4# Tell it to release a peer which has initialized.
5# This releases the peer and returns the cryptostate (followed two fds: peer and gossip)
6# This is where we save a peer's features.
7# Peer init handshake complete (now you can release_peer if you want)
8# Peer can send non-gossip packet (usually an open_channel) (followed two fds: peer and gossip)
9# Pass JSON-RPC getnodes call through
10#include <lightningd/gossip_msg.h>
11# Pass JSON-RPC getroute call through