Skip to content

Commit

Permalink
Merge branch 'main' into feature/remove-compiled-chain-name-from-client
Browse files Browse the repository at this point in the history
  • Loading branch information
koxu1996 authored Jul 23, 2024
2 parents 7e7760b + 3f51957 commit eb51baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kairos-server/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ impl ServerConfig {
}
}
None => {
tracing::warn!("No secret key file provided. This server will not be able to sign or send depolys.");
tracing::warn!("No secret key file provided. This server will not be able to sign batch deploys.");
}
}
let kairos_demo_contract_hash = parse_env_as::<String>("KAIROS_SERVER_DEMO_CONTRACT_HASH")
Expand Down

0 comments on commit eb51baa

Please sign in to comment.