Skip to content

Commit

Permalink
imp: created 'types.rs'
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Jun 15, 2023
1 parent 2fa2b6f commit 6c7718b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ibc_module/mod.rs
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pub mod handshake;
pub mod types;
2 changes: 2 additions & 0 deletions src/ibc_module/types.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Version defines the current version for interchain accounts module
const ICA_VERSION: &str = "ics27-1";

Check warning on line 2 in src/ibc_module/types.rs

View workflow job for this annotation

GitHub Actions / Test Suite

constant `ICA_VERSION` is never used

0 comments on commit 6c7718b

Please sign in to comment.