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.
2.8 KiB
2.8 KiB
1 | # These shouldn't happen |
---|---|
2 | # These are due to peer. |
3 | #include <lightningd/cryptomsg.h> |
4 | #include <lightningd/channel_config.h> |
5 | # Base configuration we'll offer (channel reserve will vary with amount) |
6 | # Minimum/maximum configuration values we'll accept |
7 | # Seed to generate all the keys from |
8 | # This means we offer the open. |
9 | # Reply asks for txid of funding transaction. |
10 | # Now we give the funding txid and outnum. |
11 | # This means they offer the open (contains their offer packet) |
12 | # This gives the txid of their funding tx to watch. |