Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit d6a6957

Browse files
committed
Fix: Drop anvil stdout
1 parent b2fc9fd commit d6a6957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethers-core/src/utils/anvil.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ impl Anvil {
284284
}
285285
}
286286

287-
child.stdout = Some(reader.into_inner());
287+
child.stdout = None;
288288

289289
AnvilInstance { pid: child, private_keys, addresses, port, chain_id: self.chain_id }
290290
}

0 commit comments

Comments
 (0)