We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d728d55 commit 26ae04fCopy full SHA for 26ae04f
utils/host/src/lib.rs
@@ -82,7 +82,7 @@ pub fn get_proof_stdin(host_cli: &HostCli) -> Result<SP1Stdin> {
82
})?;
83
84
// Convert the memory KV store to a HashMap<[u8;32], Vec<u8>>.
85
- let mut kv_store_map = HashMap::with_hasher(BytesHasherBuilder::default());
+ let mut kv_store_map = HashMap::with_hasher(BytesHasherBuilder);
86
for (k, v) in mem_kv_store.store {
87
kv_store_map.insert(k.0, v);
88
}
0 commit comments