Skip to content

Commit c884e89

Browse files
committed
f tweak error text
1 parent 6830510 commit c884e89

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
@@ -3527,7 +3527,7 @@ impl<Signer: Sign> Channel<Signer> {
35273527
self.update_time_counter += 1;
35283528
return Err(msgs::ErrorMessage {
35293529
channel_id: self.channel_id(),
3530-
data: "funding tx had wrong script/value".to_owned()
3530+
data: "funding tx had wrong script/value or output index".to_owned()
35313531
});
35323532
} else {
35333533
if self.is_outbound() {

0 commit comments

Comments
 (0)