Skip to content

Commit 07f9dd7

Browse files
author
Itzik Grossman
committed
Fixed more clippy stuff
1 parent 8415a34 commit 07f9dd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cosmwasm/enclaves/execute/src/registration/attestation.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@ pub fn validate_report(cert: &[u8], _override_verify: Option<SigningMethod>) {
280280
});
281281
}
282282

283+
#[cfg(feature = "SGX_MODE_HW")]
283284
pub fn in_grace_period(timestamp: u64) -> bool {
284285
// Friday, August 21, 2023 2:00:00 PM UTC
285286
timestamp < 1692626400_u64

0 commit comments

Comments
 (0)