Skip to content

Commit 1e4c520

Browse files
committed
f wrong commitment side
1 parent c4e9da4 commit 1e4c520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/reload_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ fn do_test_data_loss_protect(reconnect_panicing: bool, substantially_old: bool,
618618
check_closed_broadcast(&nodes[0], 1, true);
619619
check_added_monitors(&nodes[0], 1);
620620
check_closed_event!(nodes[0], 1, ClosureReason::ProcessingError {
621-
err: "Peer attempted to reestablish channel with a future local commitment transaction: 2 (received) vs 1 (expected)".to_owned()
621+
err: "Peer attempted to reestablish channel with a future remote commitment transaction: 2 (received) vs 1 (expected)".to_owned()
622622
}, [nodes[1].node.get_our_node_id()], 1000000);
623623
} else {
624624
assert!(reconnect_res.is_err());

0 commit comments

Comments
 (0)