In the process of adding Core Lightning v0.12.0 to Polar, I discovered that the funding_allocation_msat field was deprecated some time ago and has now been removed. Polar used this field to determine if the channel was initially opened by the node. This PR removes the funding_allocation_msat field and adds the opener field which more suitable for my needs.
In the process of adding Core Lightning v0.12.0 to Polar, I discovered that the
funding_allocation_msat
field was deprecated some time ago and has now been removed. Polar used this field to determine if the channel was initially opened by the node. This PR removes thefunding_allocation_msat
field and adds theopener
field which more suitable for my needs.