Skip to content

Commit 1810e79

Browse files
authored
Merge pull request #1652 from scrtlabs/dcap-08
check-hw enclave filename fix
2 parents d7dd358 + 9b8da74 commit 1810e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check-hw/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use crate::{enclave_api::ecall_check_patch_level, types::EnclaveDoorbell};
1010

1111
use enclave_ffi_types::NodeAuthResult;
1212

13-
const ENCLAVE_FILE_TESTNET: &str = "check_hw_testnet_enclave.so";
13+
const ENCLAVE_FILE_TESTNET: &str = "check_hw_enclave_testnet.so";
1414
const ENCLAVE_FILE_MAINNET: &str = "check_hw_enclave.so";
1515
const TCS_NUM: u8 = 1;
1616

0 commit comments

Comments
 (0)