relayer: scope config per endpoint #9
Annotations
2 errors
struct `CosmosSdkConfig` is private:
crates/relayer-cli/src/chain_registry.rs#L23
error[E0603]: struct `CosmosSdkConfig` is private
--> crates/relayer-cli/src/chain_registry.rs:23:40
|
23 | default, AddressType, ChainConfig, CosmosSdkConfig, EventSourceMode, GasPrice,
| ^^^^^^^^^^^^^^^ private struct
|
note: the struct `CosmosSdkConfig` is defined here
--> /home/runner/work/hermes/hermes/crates/relayer/src/config.rs:30:13
|
30 | use crate::{chain::cosmos::config::CosmosSdkConfig, error::Error as RelayerError};
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
struct `CosmosSdkConfig` is private:
crates/relayer-cli/src/chain_registry.rs#L23
error[E0603]: struct `CosmosSdkConfig` is private
--> crates/relayer-cli/src/chain_registry.rs:23:40
|
23 | default, AddressType, ChainConfig, CosmosSdkConfig, EventSourceMode, GasPrice,
| ^^^^^^^^^^^^^^^ private struct
|
note: the struct `CosmosSdkConfig` is defined here
--> /home/runner/work/hermes/hermes/crates/relayer/src/config.rs:30:13
|
30 | use crate::{chain::cosmos::config::CosmosSdkConfig, error::Error as RelayerError};
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|