Merge pull request #5 from blockworks-foundation/making_grpc_info_public
Making address and token public
This commit is contained in:
commit
ea1a7e0220
|
@ -24,8 +24,8 @@ pub struct GrpcConnectionTimeouts {
|
|||
|
||||
#[derive(Clone)]
|
||||
pub struct GrpcSourceConfig {
|
||||
grpc_addr: String,
|
||||
grpc_x_token: Option<String>,
|
||||
pub grpc_addr: String,
|
||||
pub grpc_x_token: Option<String>,
|
||||
tls_config: Option<ClientTlsConfig>,
|
||||
timeouts: Option<GrpcConnectionTimeouts>,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue