Skip to content

Commit 4e92e0a

Browse files
committed
f - fix error message
1 parent fc8e444 commit 4e92e0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10682,7 +10682,7 @@ where
1068210682
if our_funding_contribution < -SignedAmount::MAX_MONEY {
1068310683
return Err(APIError::APIMisuseError {
1068410684
err: format!(
10685-
"Channel {} cannot be spliced out; contribution exceeds total bitcoin supply: {}",
10685+
"Channel {} cannot be spliced out; contribution exhausts total bitcoin supply: {}",
1068610686
self.context.channel_id(),
1068710687
our_funding_contribution,
1068810688
),

0 commit comments

Comments
 (0)