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.6 KiB
3.6 KiB
1 | #include <common/cryptomsg.h> |
---|---|
2 | #include <common/channel_config.h> |
3 | #include <common/derive_basepoints.h> |
4 | # Which network are we configured for? |
5 | # Base configuration we'll offer (channel reserve will vary with amount) |
6 | # Minimum/maximum configuration values we'll accept |
7 | # Constraints in case the other end tries to open a channel. |
8 | # Optional msg to send. |
9 | # Master->openingd: they can now open a channel if they want. |
10 | #include <common/bip32.h> |
11 | #include <common/htlc_wire.h> |
12 | # Master->openingd: please fund a channel. |
13 | #include <common/utxo.h> |
14 | # Openingd->master: we've successfully offered channel. |
15 | # Openingd->master: we failed to negotiation channel |
16 | # Openingd->master: they offered channel. |
17 | # The funding signed message: send this and we're committed. |
18 | # master -> openingd: do you have a memleak? |