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

1#include <lightningd/cryptomsg.h>
2#include <lightningd/channel_config.h>
3# What configuration we'll offer
4# Minimum/maximum configuration values we'll accept
5# Seed to generate all the keys from
6# This means we offer the open.
7# Response asks for txid of funding transaction.
8# Now we give the funding txid and outnum.
9# This means they offer the open (contains their offer packet)
10# This gives the txid of their funding tx: we're done.
11# You're OK to exit.