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#include <common/cryptomsg.h>
2#include <common/channel_config.h>
3#include <common/derive_basepoints.h>
4# Which network are we configured for (as index into the chainparams)?
5# Base configuration we'll offer (channel reserve will vary with amount)
6# Minimum/maximum configuration values we'll accept
7#include <common/bip32.h>
8#include <common/htlc_wire.h>
9# This means we offer the open.
10#include <common/utxo.h>
11# This means they offer the open (contains their offer packet)
12# The (encrypted) funding signed message: send this and we're committed.