Skip to content

Commit bde7247

Browse files
committed
add"
1 parent ac7ce72 commit bde7247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/client/src/oracle/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type LockableMap = Arc<Mutex<HashMap<[u8; 32], Vec<u8>, BytesHasherBuilder>>>;
2020

2121
#[derive(Archive, Serialize, Deserialize)]
2222
pub struct InMemoryOracleData {
23-
pub map: HashMap<[u8; 32], Vec<u8>, BytesHasherBuilder>, // Key and Value must implement Archive/Serialize/Deserialize
23+
pub map: HashMap<[u8; 32], Vec<u8>, BytesHasherBuilder>,
2424
}
2525

2626
/// An in-memory HashMap that will serve as the oracle for the zkVM.

0 commit comments

Comments
 (0)