Skip to content

Commit 479070d

Browse files
committed
Update feature number
1 parent 293677c commit 479070d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/features.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ mod sealed {
260260
"Feature flags for `payment_secret`.");
261261
define_feature!(17, BasicMPP, [InitContext, NodeContext],
262262
"Feature flags for `basic_mpp`.");
263-
define_feature!(25, ShutdownAnySegwit, [InitContext, NodeContext],
263+
define_feature!(27, ShutdownAnySegwit, [InitContext, NodeContext],
264264
"Feature flags for `opt_shutdown_anysegwit`.");
265265

266266
#[cfg(test)]

0 commit comments

Comments
 (0)