This commit is contained in:
GoodDaisy
2023-10-19 22:05:15 +00:00
parent c6583bb5fa
commit 90f78d141f
12 changed files with 16 additions and 16 deletions

View File

@@ -328,7 +328,7 @@ pub fn get_config<E: EthSpec>(
.write_all(jwt_secret_key.as_bytes())
.map_err(|e| {
format!(
"Error occured while writing to jwt_secret_key file: {:?}",
"Error occurred while writing to jwt_secret_key file: {:?}",
e
)
})?;