Skip to content

Commit fff96df

Browse files
author
vlad
committed
misc
1 parent 22787d9 commit fff96df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cosmwasm/enclaves/shared/contract-engine/src/contract_validation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ pub fn validate_admin_proof(
354354
contract_key,
355355
);
356356

357-
if proof == &expected_proof {
357+
if proof == expected_proof {
358358
return Ok(());
359359
}
360360
}

0 commit comments

Comments
 (0)