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.0 KiB
3.0 KiB
1 | #include <common/htlc_wire.h> |
---|---|
2 | # Remote per commit point for committed tx. |
3 | # Remote per commit point for current tx (needed if we haven't got revoke_and_ack yet). |
4 | # Gives an easy way to tell if it's our unilateral close or theirs... |
5 | # We need these two for commit number obscurer |
6 | #include <onchaind/onchain_wire.h> |
7 | # This is all the HTLCs: one per message |
8 | # onchaind->master: Send out a tx. |
9 | # master->onchaind: Notifier that an output has been spent by input_num of tx. |
10 | # master->onchaind: We know HTLC preimage |
11 | # onchaind->master: We discovered HTLC preimage |
12 | # onchaind->master: this HTLC was missing from commit tx. |
13 | # onchaind->master: this HTLC has timed out (after reasonable_depth) |