Skip to content

Commit 7da7598

Browse files
authored
Add ABCI_QUERY_PATH_FOR_IBC (#660)
1 parent ee16dc2 commit 7da7598

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/ibc/src/hosts/tendermint.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ use crate::Height;
1414

1515
use tendermint::trust_threshold::TrustThresholdFraction as TendermintTrustThresholdFraction;
1616

17+
/// ABCI query path for the IBC sub-store
18+
pub const ABCI_QUERY_PATH_FOR_IBC: &str = "store/ibc/key";
19+
1720
/// Provides an implementation of `ValidationContext::validate_self_client` for
1821
/// Tendermint-based hosts.
1922
pub trait ValidateSelfClientContext {

0 commit comments

Comments
 (0)