Skip to content

Commit

Permalink
fmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adizere committed Jun 16, 2020
1 parent 0ef6d79 commit b1b37f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Sample output:

> For this, update the height and hash, and change the chain identifier in the command above from `chain_A` to `chain_B`.
4. Start the light clients and a dummy relayer thread:
4. Finally, start the main relayer thread, along with the light clients and IBC event monitor threads:

```bash
ibc-rs $ cargo run --bin relayer -- -c ./relayer/relay/tests/config/fixtures/relayer_conf_example.toml start --reset
Expand Down
1 change: 0 additions & 1 deletion relayer/cli/src/commands/start.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ async fn create_client(
let store = relayer::store::persistent(format!("store_{}.db", chain.id())).unwrap(); //FIXME: unwrap
let trust_options = store.get_trust_options().unwrap(); // FIXME: unwrap


if reset {
info!(chain.id = %id, "resetting client to trust options state");
let client = Client::new_from_trust_options(chain, store, &trust_options);
Expand Down

0 comments on commit b1b37f5

Please sign in to comment.