Skip to content

Commit

Permalink
Manually add v2 localhost client
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Sep 13, 2023
1 parent e2886f3 commit 45d23da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,9 @@ pub mod ibc {
pub mod v1 {
include_proto!("ibc.lightclients.localhost.v1.rs");
}
pub mod v1 {
include_proto!("ibc.lightclients.localhost.v2.rs");
}
}
pub mod solomachine {
pub mod v1 {
Expand Down
1 change: 1 addition & 0 deletions src/prost/ibc.lightclients.localhost.v2.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
src/prost/ibc.lightclients.localhost.v2.rs

0 comments on commit 45d23da

Please sign in to comment.