If I build with feature=production I expect to use the URI
/sgx/attestation/v4/sigrl/
However, it always uses the
/sgx/dev/attestation/v4/sigrl/
Build options:
SGX_PRODUCTION=1 make
The file which contains the URL+URI:
core-primitives/attestation-handler/src/attestation_handler.rs
If I build with feature=production I expect to use the URI
/sgx/attestation/v4/sigrl/
However, it always uses the
/sgx/dev/attestation/v4/sigrl/
Build options:
SGX_PRODUCTION=1 make
The file which contains the URL+URI:
core-primitives/attestation-handler/src/attestation_handler.rs