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.3 KiB
4.3 KiB
1 | #include <common/derive_basepoints.h> |
---|---|
2 | #include <common/htlc_wire.h> |
3 | #include <common/wallet.h> |
4 | # Remote per commit point for committed tx. |
5 | # Remote per commit point for current tx (needed if we haven't got revoke_and_ack yet). |
6 | # Gives an easy way to tell if it's our unilateral close or theirs... |
7 | # We need these two for commit number obscurer |
8 | #include <onchaind/onchain_wire.h> |
9 | # This is all the HTLCs: one per message |
10 | # This says we're ready; give us preimages. |
11 | # onchaind->master: Send out a tx. |
12 | # master->onchaind: Notifier that an output has been spent by input_num of tx. |
13 | # master->onchaind: We know HTLC preimage |
14 | # onchaind->master: We discovered HTLC preimage |
15 | # onchaind->master: this HTLC was missing from commit tx. |
16 | # onchaind->master: this HTLC has timed out (after reasonable_depth) |
17 | # onchaind->master: this peer can be forgotten |
18 | # master -> onchaind: do you have a memleak? |
19 | # that we tracked automatically but only onchaind knows how to classify their |
20 | # transactions. |