openingd: support receipt of upfront_shutdown_script.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2019-05-01 08:28:09 +09:30
parent 7ead29b695
commit cfebe66762
6 changed files with 131 additions and 36 deletions

View File

@@ -6,6 +6,7 @@
static const u32 our_localfeatures[] = {
LOCAL_DATA_LOSS_PROTECT,
LOCAL_INITIAL_ROUTING_SYNC,
LOCAL_UPFRONT_SHUTDOWN_SCRIPT,
LOCAL_GOSSIP_QUERIES
};