Skip to content

Commit 26ae04f

Browse files
committed
add
1 parent d728d55 commit 26ae04f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/host/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ pub fn get_proof_stdin(host_cli: &HostCli) -> Result<SP1Stdin> {
8282
})?;
8383

8484
// Convert the memory KV store to a HashMap<[u8;32], Vec<u8>>.
85-
let mut kv_store_map = HashMap::with_hasher(BytesHasherBuilder::default());
85+
let mut kv_store_map = HashMap::with_hasher(BytesHasherBuilder);
8686
for (k, v) in mem_kv_store.store {
8787
kv_store_map.insert(k.0, v);
8888
}

0 commit comments

Comments
 (0)