Skip to content

Commit

Permalink
relayer(config): remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanor committed Oct 14, 2023
1 parent 0a09a0c commit b1a39d7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions crates/relayer/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ use ibc_relayer_types::core::ics23_commitment::specs::ProofSpecs;
use ibc_relayer_types::core::ics24_host::identifier::{ChainId, ChannelId, PortId};
use ibc_relayer_types::timestamp::ZERO_DURATION;

//use crate::chain::ChainType;
use crate::config::gas_multiplier::GasMultiplier;
use crate::config::types::{MaxMsgNum, MaxTxSize, Memo};
use crate::error::Error as RelayerError;
Expand Down Expand Up @@ -150,12 +149,6 @@ impl Display for ExtensionOption {
pub mod default {
use super::*;

/*
pub fn chain_type() -> ChainType {
ChainType::CosmosSdk
}
*/

pub fn ccv_consumer_chain() -> bool {
false
}
Expand Down

0 comments on commit b1a39d7

Please sign in to comment.