We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a2faa commit 06e15a0Copy full SHA for 06e15a0
common/features.h
@@ -118,6 +118,7 @@ struct feature_set *feature_set_dup(const tal_t *ctx,
118
* | 26/27 | `option_shutdown_anysegwit` |... IN ...
119
* | 44/45 | `option_channel_type` |... IN ...
120
* | 48/49 | `option_payment_metadata` |... 9 ...
121
+ * | 62/63 | `option_splice` |... IN ...
122
*/
123
#define OPT_DATA_LOSS_PROTECT 0
124
#define OPT_INITIAL_ROUTING_SYNC 2
@@ -135,6 +136,7 @@ struct feature_set *feature_set_dup(const tal_t *ctx,
135
136
#define OPT_SHUTDOWN_ANYSEGWIT 26
137
#define OPT_CHANNEL_TYPE 44
138
#define OPT_PAYMENT_METADATA 48
139
+#define OPT_SPLICE 62
140
141
/* BOLT-f53ca2301232db780843e894f55d95d512f297f9 #9:
142
* | 28/29 | `option_dual_fund` | ... IN9 ...
0 commit comments