Skip to content

Commit

Permalink
Add more names
Browse files Browse the repository at this point in the history
  • Loading branch information
penso committed Jan 16, 2024
1 parent 377dccd commit 34c9351
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions cosmos-sdk-proto/src/type_names.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ macro_rules! impl_name {
};
}

impl_name!(
ibc::core::connection::v1::MsgConnectionOpenTry,
"ibc.core.connection.v1",
"MsgConnectionOpenTry"
);
impl_name!(
ibc::core::connection::v1::MsgConnectionOpenInit,
"ibc.core.connection.v1",
Expand Down
2 changes: 1 addition & 1 deletion cosmrs/src/error.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Error types
pub use eyre::{Report, Result};
pub use eyre::{Result};

use tendermint::Hash;
use thiserror::Error;
Expand Down

0 comments on commit 34c9351

Please sign in to comment.