mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
lib: Remove async-std dependency.
This commit is contained in:
@@ -273,8 +273,7 @@ impl Proof {
|
||||
.unwrap();
|
||||
|
||||
// Now replace the "stuff" back again
|
||||
for (old_circ, (circ, stuff)) in
|
||||
circuits.iter().zip(ucircuits.into_iter().zip(other_stuff.into_iter()))
|
||||
for (old_circ, (circ, stuff)) in circuits.iter().zip(ucircuits.into_iter().zip(other_stuff))
|
||||
{
|
||||
old_circ.replace(ZkCircuit(circ, stuff.0, stuff.1));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user