We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc8e444 commit 4e92e0aCopy full SHA for 4e92e0a
1 file changed
lightning/src/ln/channel.rs
@@ -10682,7 +10682,7 @@ where
10682
if our_funding_contribution < -SignedAmount::MAX_MONEY {
10683
return Err(APIError::APIMisuseError {
10684
err: format!(
10685
- "Channel {} cannot be spliced out; contribution exceeds total bitcoin supply: {}",
+ "Channel {} cannot be spliced out; contribution exhausts total bitcoin supply: {}",
10686
self.context.channel_id(),
10687
our_funding_contribution,
10688
),
0 commit comments