Skip to content

Commit

Permalink
Add ABCI_QUERY_PATH_FOR_IBC (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
plafer authored May 5, 2023
1 parent 6be7e20 commit ee69fff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/ibc/src/hosts/tendermint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ use crate::Height;

use tendermint::trust_threshold::TrustThresholdFraction as TendermintTrustThresholdFraction;

/// ABCI query path for the IBC sub-store
pub const ABCI_QUERY_PATH_FOR_IBC: &str = "store/ibc/key";

/// Provides an implementation of `ValidationContext::validate_self_client` for
/// Tendermint-based hosts.
pub trait ValidateSelfClientContext {
Expand Down

0 comments on commit ee69fff

Please sign in to comment.