Skip to content

Commit 06e15a0

Browse files
committed
fixup! channeld: Code to implement splicing
Adding back the OPT_SPLICE feature bit (it got lost in a rebase)
1 parent b9a2faa commit 06e15a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

common/features.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ struct feature_set *feature_set_dup(const tal_t *ctx,
118118
* | 26/27 | `option_shutdown_anysegwit` |... IN ...
119119
* | 44/45 | `option_channel_type` |... IN ...
120120
* | 48/49 | `option_payment_metadata` |... 9 ...
121+
* | 62/63 | `option_splice` |... IN ...
121122
*/
122123
#define OPT_DATA_LOSS_PROTECT 0
123124
#define OPT_INITIAL_ROUTING_SYNC 2
@@ -135,6 +136,7 @@ struct feature_set *feature_set_dup(const tal_t *ctx,
135136
#define OPT_SHUTDOWN_ANYSEGWIT 26
136137
#define OPT_CHANNEL_TYPE 44
137138
#define OPT_PAYMENT_METADATA 48
139+
#define OPT_SPLICE 62
138140

139141
/* BOLT-f53ca2301232db780843e894f55d95d512f297f9 #9:
140142
* | 28/29 | `option_dual_fund` | ... IN9 ...

0 commit comments

Comments
 (0)