Skip to content

Commit

Permalink
use valid connection id
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Apr 19, 2024
1 parent 04b40dc commit a9b8d8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pub fn dummy_conn_open_confirm() -> MsgConnectionOpenConfirm {
/// Returns a dummy `RawMsgConnectionOpenConfirm` for testing purposes only!
pub fn dummy_raw_msg_conn_open_confirm() -> RawMsgConnectionOpenConfirm {
RawMsgConnectionOpenConfirm {
connection_id: "srcconnection".to_string(),
connection_id: "connection-118".to_string(),
proof_ack: dummy_proof(),
proof_height: Some(Height {
revision_number: 0,
Expand Down

0 comments on commit a9b8d8b

Please sign in to comment.