Skip to content

Commit

Permalink
check-hw enclave filename fix
Browse files Browse the repository at this point in the history
  • Loading branch information
valdok committed May 6, 2024
1 parent d7dd358 commit 9b8da74
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 9b8da74

Please sign in to comment.