mirror of
https://github.com/ACINQ/eclair.git
synced 2024-11-19 01:43:22 +01:00
f0e3985d10
The channel initiator traditionally pays the commit tx fees, but we may want to override that when providing services to wallet users. We thus split the current `isInitiator` flag into two flags: - `isChannelOpener` - `paysCommitTxFees` We always set `paysCommitTxFees` to the same value as `isChannelOpener`. Custom feature bits may override that behavior if necessary. Note that backwards compatibility is preserved since our previous `bool8` codec encodes `true` as `0xff` and `false` as `0x00`. |
||
---|---|---|
.. | ||
src | ||
eclair-cli | ||
pom.xml |