Skip to content

Commit 9d2d368

Browse files
committed
Re-phrase splice_channel error message
1 parent 96f9242 commit 9d2d368

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
@@ -10574,7 +10574,7 @@ where
1057410574
if self.holder_commitment_point.current_point().is_none() {
1057510575
return Err(APIError::APIMisuseError {
1057610576
err: format!(
10577-
"Channel {} cannot be spliced, commitment point needs to be advanced once",
10577+
"Channel {} cannot be spliced until a payment is routed",
1057810578
self.context.channel_id(),
1057910579
),
1058010580
});

0 commit comments

Comments
 (0)