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.
1.9 KiB
1.9 KiB
1 | # These are fatal. |
---|---|
2 | #include <lightningd/cryptomsg.h> |
3 | # Tell it to release a peer which has initialized. |
4 | # This releases the peer and returns the cryptostate (followed by fd) |
5 | # This is where we save a peer's features. |
6 | # Peer init handshake complete (now you can release_peer if you want) |
7 | # Peer can send non-gossip packet (usually an open_channel) (followed by fd) |
8 | # Pass JSON-RPC getnodes call through |