Skip to content

Commit

Permalink
Fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
merolish committed Aug 20, 2024
1 parent c0e15c0 commit 42e7fc3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/dkg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ fn do_round(round_id: u64, quorum: u32) {
fn main() -> Result<(), confy::ConfyError> {
tracing_subscriber::fmt().init();
event!(Level::INFO, "Begin dkg::main");
let config_path = PathBuf::from("../dkg.toml");
let config_path = PathBuf::from("examples/dkg.toml");
let cfg: MyConfig = confy::load_path(&config_path)?;
event!(Level::INFO, "Loaded config: {:?}", cfg);

Expand Down
File renamed without changes.

0 comments on commit 42e7fc3

Please sign in to comment.