Skip to content

Commit 6206b36

Browse files
authored
itp-attestation-handler: make sure the production flag gets activated when needed (#1319)
1 parent e78c314 commit 6206b36

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

core-primitives/attestation-handler/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,4 @@ sgx = [
103103
"httparse/mesalock_sgx",
104104
]
105105
test = []
106+
production = []

enclave-runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ evm = [
1717
"ita-sgx-runtime/evm",
1818
"ita-stf/evm",
1919
]
20-
production = ["itp-settings/production"]
20+
production = ["itp-settings/production", "itp-attestation-handler/production"]
2121
sidechain = ["itp-settings/sidechain", "itp-top-pool-author/sidechain"]
2222
offchain-worker = [
2323
"itp-settings/offchain-worker",

0 commit comments

Comments
 (0)