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.
4.6 KiB
4.6 KiB
1 | # Shouldn't happen |
---|---|
2 | # Also shouldn't happen |
3 | # These are due to peer. |
4 | # Received and sent funding_locked |
5 | #include <lightningd/cryptomsg.h> |
6 | #include <lightningd/channel_config.h> |
7 | # Begin! You're still waiting for the tx to be buried though (passes |
8 | # gossipd-client fd) |
9 | # Tell the channel that we may announce the channel's existence |
10 | # Tell channel to offer this htlc |
11 | # Reply; synchronous since IDs have to increment. |
12 | # Zero failure code means success. |
13 | # Main daemon found out the preimage for an htlc |
14 | #include <bitcoin/preimage.h> |
15 | # Main daemon says HTLC failed |
16 | # Ping/pong test. |
17 | # Channeld tells the master that the channel has been announced |
18 | # RCVD_ADD_COMMIT: we're now committed to their new offered HTLCs. |
19 | # RCVD_REMOVE_COMMIT: we're now no longer committed to these HTLCs. |
20 | #include <lightningd/htlc_wire.h> |
21 | # RCVD_ADD_ACK_REVOCATION |