Skip to content

Commit

Permalink
fix after merge upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Nov 10, 2023
1 parent be2df69 commit 86f0e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/relayer/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ impl ChainConfig {

pub fn clear_interval(&self) -> Option<u64> {
match self {
Self::CosmosSdk(config) => config.clear_interval,
Self::CosmosSdk(config) | Self::Namada(config) => config.clear_interval,
}
}
}
Expand Down

0 comments on commit 86f0e4d

Please sign in to comment.