Skip to content

Commit

Permalink
Merge pull request #1652 from scrtlabs/dcap-08
Browse files Browse the repository at this point in the history
check-hw enclave filename fix
  • Loading branch information
valdok authored May 7, 2024
2 parents d7dd358 + 9b8da74 commit 1810e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion check-hw/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use crate::{enclave_api::ecall_check_patch_level, types::EnclaveDoorbell};

use enclave_ffi_types::NodeAuthResult;

const ENCLAVE_FILE_TESTNET: &str = "check_hw_testnet_enclave.so";
const ENCLAVE_FILE_TESTNET: &str = "check_hw_enclave_testnet.so";
const ENCLAVE_FILE_MAINNET: &str = "check_hw_enclave.so";
const TCS_NUM: u8 = 1;

Expand Down

0 comments on commit 1810e79

Please sign in to comment.