File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,14 @@ pub enum FundingContributionError {
117117 max_feerate : FeeRate ,
118118 } ,
119119 /// The feerate is below the minimum RBF feerate.
120+ ///
121+ /// Note: [`FundingTemplate::min_rbf_feerate`] may be derived from an in-progress
122+ /// negotiation that later aborts, leaving a stale (higher than necessary) minimum. If
123+ /// this error occurs after receiving [`Event::SpliceFailed`], call
124+ /// [`ChannelManager::splice_channel`] again to get a fresh template.
125+ ///
126+ /// [`Event::SpliceFailed`]: crate::events::Event::SpliceFailed
127+ /// [`ChannelManager::splice_channel`]: crate::ln::channelmanager::ChannelManager::splice_channel
120128 FeeRateBelowRbfMinimum {
121129 /// The requested feerate.
122130 feerate : FeeRate ,
You can’t perform that action at this time.
0 commit comments