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.4 KiB
3.4 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 init handshake complete (now you can release_peer if you want) |
9 | # Peer can send non-gossip packet (usually an open_channel) (followed two fds: peer and gossip) |
10 | # Pass JSON-RPC getnodes call through |
11 | #include <lightningd/gossip_msg.h> |
12 | # Pass JSON-RPC getroute call through |
13 | # Ping/pong test. |
14 | # arbitrary gossip messages. |