Skip to content

Commit

Permalink
merge with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
noot committed Jan 17, 2024
1 parent fca16c6 commit 45cce61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 32 deletions.
22 changes: 2 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions crates/relayer/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -776,18 +776,6 @@ impl ChainConfig {
Self::Astria(config) => config.query_packets_chunk_size = query_packets_chunk_size,
}
}

pub fn query_packets_chunk_size(&self) -> usize {
match self {
Self::CosmosSdk(config) => config.query_packets_chunk_size,
}
}

pub fn set_query_packets_chunk_size(&mut self, query_packets_chunk_size: usize) {
match self {
Self::CosmosSdk(config) => config.query_packets_chunk_size = query_packets_chunk_size,
}
}
}

/// Attempt to load and parse the TOML config file as a `Config`.
Expand Down

0 comments on commit 45cce61

Please sign in to comment.