Skip to content

Commit

Permalink
Modify release notes for PR 3137
Browse files Browse the repository at this point in the history
We will not support accepting V2 channels in the v0.1 release.
  • Loading branch information
dunxen committed Dec 13, 2024
1 parent c2e3283 commit d67c00a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 15 deletions.

This file was deleted.

7 changes: 7 additions & 0 deletions pending_changelog/3137-channel-negotiation-type.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# API Updates
* `Event::OpenChannelRequest::push_msat` has been replaced by the field `channel_negotiation_type` to
differentiate between an inbound request for a dual-funded (V2) or non-dual-funded (V1) channel to be
opened, with value being either of the enum variants `InboundChannelFunds::DualFunded` and
`InboundChannelFunds::PushMsat(u64)` corresponding to V2 and V1 channel open requests respectively.
This is in preparation for supporting accepting dual-funded channels, which will be available in a later release.

0 comments on commit d67c00a

Please sign in to comment.