Skip to content

Commit e5f6e4e

Browse files
committed
Modify release notes for PR 3137
We will not support accepting V2 channels in the v0.1 release, but we do need to document the API change for push_msats -> channel_negotiation_type.
1 parent 3d6091a commit e5f6e4e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

pending_changelog/3137-accept-dual-funding-without-contributing.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# API Updates
1+
# API Updates (0.2)
22
* Accepting dual-funded (V2 establishment) channels (without contibuting) is now supported (#3137).
33
Some particulars to be aware of for this feature:
44
* Creating dual-funded channels is not yet supported.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# API Updates
2+
* `Event::OpenChannelRequest::push_msat` has been replaced by the field `channel_negotiation_type` to
3+
differentiate between an inbound request for a dual-funded (V2) or non-dual-funded (V1) channel to be
4+
opened, with value being either of the enum variants `InboundChannelFunds::DualFunded` and
5+
`InboundChannelFunds::PushMsat(u64)` corresponding to V2 and V1 channel open requests respectively.
6+
This is in preparation for supporting accepting dual-funded channels, which will be available in a later release.
7+

0 commit comments

Comments
 (0)