We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c751cb1 commit e5d0d7dCopy full SHA for e5d0d7d
derivation/src/oracle.rs
@@ -97,6 +97,12 @@ impl TryFrom<Vec<Preimage>> for MemoryOracleClient {
97
verify_keccak256_preimage(&preimage_key, &preimage.data)?
98
}
99
PreimageKeyType::Sha256 => verify_sha256_preimage(&preimage_key, &preimage.data)?,
100
+ PreimageKeyType::Local => {
101
+ continue
102
+ },
103
+ PreimageKeyType::GlobalGeneric => {
104
105
106
_ => {}
107
108
inner.insert(preimage_key, preimage.data);
0 commit comments