From f595c87be7db7b018387592cc13793f8cdd29901 Mon Sep 17 00:00:00 2001 From: Victor Porton Date: Wed, 29 Jan 2025 13:35:10 +0200 Subject: [PATCH] remove outdated FIXME --- src/dfx/src/lib/operations/canister/deploy_canisters.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dfx/src/lib/operations/canister/deploy_canisters.rs b/src/dfx/src/lib/operations/canister/deploy_canisters.rs index d3df94955c..37fadb06b0 100644 --- a/src/dfx/src/lib/operations/canister/deploy_canisters.rs +++ b/src/dfx/src/lib/operations/canister/deploy_canisters.rs @@ -151,7 +151,7 @@ pub async fn deploy_canisters( CanisterPool::load( env2, // if `env1`, fails with "NetworkDescriptor only available from an AgentEnvironment" false, - &canisters_to_deploy, // FIXME: `unwrap` + &canisters_to_deploy, )? } else { build_canisters(