Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/peggyjv/gravity-bridge into…
Browse files Browse the repository at this point in the history
… zaki/blocks_to_search
  • Loading branch information
zmanian committed Sep 18, 2021
2 parents 580580c + 93a3e6a commit 13ea2ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions orchestrator/gorc/src/commands/orchestrator/start.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ pub struct StartCommand {

impl Runnable for StartCommand {
fn run(&self) {
openssl_probe::init_ssl_cert_env_vars();

let config = APP.config();
let cosmos_prefix = config.cosmos.prefix.clone();

Expand Down

0 comments on commit 13ea2ae

Please sign in to comment.