mirror of
https://github.com/ACINQ/eclair.git
synced 2025-03-03 17:36:56 +01:00
This has the same kind of impact as the typing of `Features`. In particular we can now explicitly set the values in `eclair.conf`: `eclair.channel.channel-flags.announce-channel=true`. I took the opportunity to move this channel-related config key in its own config section, with the goal that we move the other fields in a follow-up PR. It also has the nice side effect of providing a pretty json formatting out of the box: ```json "channelFlags": { "announceChannel": true } ``` The `open` method of the API has been updated: `channelFlags` has been replaced by a new `announceChannel` parameter. |
||
---|---|---|
.. | ||
modules | ||
src | ||
pom.xml |