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.
8.3 KiB
8.3 KiB
1 | #include <common/cryptomsg.h> |
---|---|
2 | #include <common/channel_config.h> |
3 | #include <common/derive_basepoints.h> |
4 | #include <common/per_peer_state.h> |
5 | # Begin! (passes gossipd-client fd) |
6 | # master->channeld funding hit new depth(funding locked if >= lock depth) |
7 | # Tell channel to offer this htlc |
8 | # Reply; synchronous since IDs have to increment. |
9 | # Main daemon found out the preimage for an HTLC |
10 | #include <bitcoin/preimage.h> |
11 | # Main daemon says HTLC failed |
12 | # When we receive funding_locked. |
13 | # RCVD_ADD_COMMIT: we're now committed to their new offered HTLCs. |
14 | # RCVD_REMOVE_COMMIT: we're now no longer committed to these HTLCs. |
15 | #include <common/htlc_wire.h> |
16 | # Tell peer to shut down channel. |
17 | # Peer told us that channel is shutting down |
18 | # Re-enable commit timer. |
19 | # master -> channeld: do you have a memleak? |
20 | # Peer presented proof it was from the future. |
21 | # Handle a channel specific feerate base ppm configuration |
22 | # When we receive announcement_signatures for channel announce |