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",