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

Commit

Permalink
Fix: Drop anvil stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeaster committed Sep 30, 2022
1 parent b2fc9fd commit d6a6957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethers-core/src/utils/anvil.rs
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ impl Anvil {
}
}

child.stdout = Some(reader.into_inner());
child.stdout = None;

AnvilInstance { pid: child, private_keys, addresses, port, chain_id: self.chain_id }
}
Expand Down

0 comments on commit d6a6957

Please sign in to comment.