Skip to content

Commit 5e3d49c

Browse files
author
valdok
committed
fixing warnings WIP(5)
1 parent 468baf6 commit 5e3d49c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cosmwasm/enclaves/execute/src/registration/attestation.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ pub fn get_quote_ecdsa(pub_k: &[u8; 32]) -> Result<(Vec<u8>, Vec<u8>), sgx_statu
482482
return Err(e);
483483
}
484484

485-
let mut vec_coll: Vec<u8> = vec![0; 0x4000 as usize];
485+
let mut vec_coll: Vec<u8> = vec![0; 0x4000];
486486
let mut size_coll: u32 = 0;
487487

488488
res = unsafe {

0 commit comments

Comments
 (0)