Skip to content

Commit e8cf37e

Browse files
committed
Modify release notes for PR 3137
We will not support accepting V2 channels in the v0.1 release.
1 parent 5e93522 commit e8cf37e

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

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

-15
This file was deleted.
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)