We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c113974 commit 0287cebCopy full SHA for 0287ceb
pending_changelog/4514-splice-negotiation-failed.txt
@@ -0,0 +1,11 @@
1
+# API Updates
2
+
3
+ * `Event::SplicePending` has been renamed to `Event::SpliceNegotiated`.
4
5
+ * `Event::SpliceFailed` has been renamed to `Event::SpliceNegotiationFailed`.
6
7
+ * `Event::SpliceNegotiationFailed` now includes a `reason` field
8
+ (`NegotiationFailureReason`) indicating why the negotiation round failed,
9
+ and a `contribution` field returning the `FundingContribution` for retry.
10
11
+ * `FundingContribution` now exposes `feerate()` and `inputs()` accessor methods.
0 commit comments