We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 175bf79 commit ed9b41aCopy full SHA for ed9b41a
lightning/src/ln/channel.rs
@@ -6512,9 +6512,8 @@ fn check_splice_contribution_sufficient(
6512
estimated_fee.to_signed().expect("fees should never exceed Amount::MAX_MONEY"),
6513
)
6514
.ok_or(format!(
6515
- "{} splice-out amount plus {} fee estimate exceeds the total bitcoin supply",
+ "{estimated_fee} splice-out amount plus {} fee estimate exceeds the total bitcoin supply",
6516
contribution_amount.unsigned_abs(),
6517
- estimated_fee,
6518
))
6519
} else {
6520
check_v2_funding_inputs_sufficient(
0 commit comments