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.
 
 
 
 
 
 

3.3 KiB

1# These are fatal.
2# Misc problems like opening control fd.
3#include <lightningd/cryptomsg.h>
4# Initialize the gossip daemon
5# Tell it to release a peer which has initialized.
6# This releases the peer and returns the cryptostate (followed two fds: peer and gossip)
7# This is where we save a peer's features.
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
12# Ping/pong test.
13# arbitrary gossip messages.