Skip to content

Commit

Permalink
Support mandatory StaticRemoteKey feature
Browse files Browse the repository at this point in the history
Static remote key is mandatory for the ACINQ peer.i
See lightning/bolts#1092
  • Loading branch information
dpad85 committed Nov 22, 2023
1 parent 1beb6cc commit 8b390a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eclair-core/src/main/scala/fr/acinq/eclair/Features.scala
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ object Features {
ChannelRangeQueriesExtended,
PaymentSecret,
BasicMultiPartPayment,
Wumbo
Wumbo,
StaticRemoteKey
)

// Features may depend on other features, as specified in Bolt 9.
Expand Down

0 comments on commit 8b390a9

Please sign in to comment.