Skip to content

Commit

Permalink
Remove wasm client proto related mod
Browse files Browse the repository at this point in the history
  • Loading branch information
ljoss17 committed Feb 7, 2024
1 parent 0a12acb commit 1300300
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -375,13 +375,6 @@ pub mod ibc {
include_proto!("ibc.lightclients.tendermint.v1.serde.rs");
}
}
pub mod wasm {
pub mod v1 {
include_proto!("ibc.lightclients.wasm.v1.rs");
#[cfg(feature = "serde")]
include_proto!("ibc.lightclients.wasm.v1.serde.rs");
}
}
}
pub mod mock {
include_proto!("ibc.mock.rs");
Expand Down

0 comments on commit 1300300

Please sign in to comment.