File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
eclair-core/src/main/scala/fr/acinq/eclair Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -312,6 +312,11 @@ object Features {
312312 val mandatory = 60
313313 }
314314
315+ case object PhoenixZeroReserve extends Feature with InitFeature with ChannelTypeFeature with PermanentChannelFeature {
316+ val rfcName = " phoenix_zero_reserve"
317+ val mandatory = 128
318+ }
319+
315320 /** This feature bit indicates that the node is a mobile wallet that can be woken up via push notifications. */
316321 case object WakeUpNotificationClient extends Feature with InitFeature {
317322 val rfcName = " wake_up_notification_client"
@@ -401,7 +406,8 @@ object Features {
401406 AsyncPaymentPrototype ,
402407 SplicePrototype ,
403408 OnTheFlyFunding ,
404- FundingFeeCredit
409+ FundingFeeCredit ,
410+ PhoenixZeroReserve
405411 )
406412
407413 // Features may depend on other features, as specified in Bolt 9.
You can’t perform that action at this time.
0 commit comments