Skip to content

Commit

Permalink
Update validator config name
Browse files Browse the repository at this point in the history
  • Loading branch information
asonnino committed May 21, 2024
1 parent 2ad5db6 commit 0c886cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysticeti-core/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ impl NodePrivateConfig {
}

pub fn default_filename(authority: AuthorityIndex) -> PathBuf {
format!("val-{authority}.yaml").into()
format!("private-config-{authority}.yaml").into()
}

pub fn default_storage_path(authority: AuthorityIndex) -> PathBuf {
Expand Down

0 comments on commit 0c886cd

Please sign in to comment.