Skip to content

Commit 93e2da4

Browse files
authored
Merge pull request #3565 from arik-so/min_relay_doc_fix
Fix incremental relay constant name in docs
2 parents b1fc7d8 + 14c3479 commit 93e2da4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

lightning/src/chain/package.rs

+2-4
Original file line numberDiff line numberDiff line change
@@ -1240,10 +1240,8 @@ impl Readable for PackageTemplate {
12401240
/// input amounts.
12411241
///
12421242
/// If the proposed fee is less than the available spent output's values, we return the proposed
1243-
/// fee and the corresponding updated feerate. If fee is under [`FEERATE_FLOOR_SATS_PER_KW`], we
1244-
/// return nothing.
1245-
///
1246-
/// [`FEERATE_FLOOR_SATS_PER_KW`]: crate::chain::chaininterface::INCREMENTAL_RELAY_FEE_SAT_PER_1000_WEIGHT
1243+
/// fee and the corresponding updated feerate. If fee is under [`FEERATE_FLOOR_SATS_PER_KW`],
1244+
/// we return nothing.
12471245
fn compute_fee_from_spent_amounts<F: Deref, L: Logger>(
12481246
input_amounts: u64, predicted_weight: u64, conf_target: ConfirmationTarget, fee_estimator: &LowerBoundedFeeEstimator<F>, logger: &L
12491247
) -> Option<(u64, u64)>

0 commit comments

Comments
 (0)