Skip to content

Commit a3b1727

Browse files
authored
Make ics24_host::path public (#1499)
1 parent a538623 commit a3b1727

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ __pycache__/
2424
# Ignore modelator aritfacts
2525
.modelator
2626
mc.log
27+
28+
# Ignore OSX .DS_Store files
29+
.DS_Store

modules/src/ics24_host/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ pub use path::{ClientUpgradePath, Path, IBC_QUERY_PATH, SDK_UPGRADE_QUERY_PATH};
44

55
pub mod error;
66
pub mod identifier;
7-
mod path;
7+
pub mod path;
88
pub mod validate;

0 commit comments

Comments
 (0)