-
Notifications
You must be signed in to change notification settings - Fork 371
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We will not support accepting V2 channels in the v0.1 release.
- Loading branch information
Showing
2 changed files
with
7 additions
and
15 deletions.
There are no files selected for viewing
15 changes: 0 additions & 15 deletions
15
pending_changelog/3137-accept-dual-funding-without-contributing.txt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|