Skip to content

Commit

Permalink
Merge pull request #31 from njgheorghita/web3-dev
Browse files Browse the repository at this point in the history
Remove unnecessary mining from deployer
  • Loading branch information
njgheorghita committed Dec 6, 2018
2 parents 8e0a451 + e6d8ea6 commit 379d5fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pytest_ethereum/linker.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def deploy(
def _deploy(
contract_name: str, args: Any, transaction: Dict[str, Any], package: Package
) -> Tuple[Package, Address]:
package.w3.testing.mine(1)
# Deploy new instance
factory = package.get_contract_factory(contract_name)
if not factory.linked_references and factory.unlinked_references:
Expand Down

0 comments on commit 379d5fc

Please sign in to comment.