From fa8885477dd1f0df69ded005164d4995217eb181 Mon Sep 17 00:00:00 2001 From: Szilard Parrag Date: Tue, 23 May 2023 17:02:32 +0200 Subject: [PATCH] itp-attestation-handler: make sure the production flag gets activated when needed --- core-primitives/attestation-handler/Cargo.toml | 1 + enclave-runtime/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/core-primitives/attestation-handler/Cargo.toml b/core-primitives/attestation-handler/Cargo.toml index 872b0801f1..20ffad4f25 100644 --- a/core-primitives/attestation-handler/Cargo.toml +++ b/core-primitives/attestation-handler/Cargo.toml @@ -103,3 +103,4 @@ sgx = [ "httparse/mesalock_sgx", ] test = [] +production = [] diff --git a/enclave-runtime/Cargo.toml b/enclave-runtime/Cargo.toml index 944af0673a..59f8a908e3 100644 --- a/enclave-runtime/Cargo.toml +++ b/enclave-runtime/Cargo.toml @@ -17,7 +17,7 @@ evm = [ "ita-sgx-runtime/evm", "ita-stf/evm", ] -production = ["itp-settings/production"] +production = ["itp-settings/production", "itp-attestation-handler/production"] sidechain = ["itp-settings/sidechain", "itp-top-pool-author/sidechain"] offchain-worker = [ "itp-settings/offchain-worker",