We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac7ce72 commit bde7247Copy full SHA for bde7247
utils/client/src/oracle/mod.rs
@@ -20,7 +20,7 @@ type LockableMap = Arc<Mutex<HashMap<[u8; 32], Vec<u8>, BytesHasherBuilder>>>;
20
21
#[derive(Archive, Serialize, Deserialize)]
22
pub struct InMemoryOracleData {
23
- pub map: HashMap<[u8; 32], Vec<u8>, BytesHasherBuilder>, // Key and Value must implement Archive/Serialize/Deserialize
+ pub map: HashMap<[u8; 32], Vec<u8>, BytesHasherBuilder>,
24
}
25
26
/// An in-memory HashMap that will serve as the oracle for the zkVM.
0 commit comments