Skip to content

Commit

Permalink
Merge branch 'master' into testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
valdok committed May 7, 2024
2 parents f3d8e2d + 1810e79 commit c63d853
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 c63d853

Please sign in to comment.