Skip to content

Commit

Permalink
Merge branch 'main' into e2e-test-da
Browse files Browse the repository at this point in the history
  • Loading branch information
marijanp authored Jul 23, 2024
2 parents 359ce3b + 3f51957 commit 47ce39c
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 47ce39c

Please sign in to comment.