Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions src/dfx/src/lib/operations/canister/install_canister.rs
Original file line number Diff line number Diff line change
Expand Up @@ -332,10 +332,9 @@ async fn wait_for_module_hash(
Some(reported_hash) => {
if env.get_network_descriptor().is_playground() {
// Playground may modify wasm before installing, therefore we cannot predict what the hash is supposed to be.
info!(
debug!(
env.get_logger(),
"Something is installed in canister {}. Assuming new code is installed.",
canister_id
"Module hash verification is skipped for playground deployments."
);
break;
}
Expand Down
Loading