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.2 KiB

1# These shouldn't happen
2# These are due to peer.
3#include <lightningd/cryptomsg.h>
4#include <lightningd/channel_config.h>
5# Which network are we configured for (as index into the chainparams)?
6# Base configuration we'll offer (channel reserve will vary with amount)
7# Minimum/maximum configuration values we'll accept
8# Seed to generate all the keys from
9#include <lightningd/bip32.h>
10#include <lightningd/htlc_wire.h>
11# This means we offer the open.
12#include <lightningd/utxo.h>
13# This means they offer the open (contains their offer packet)
14# The (encrypted) funding signed message: send this and we're committed.