Skip to content

Commit

Permalink
Fix feature_evm_rpc_filters test
Browse files Browse the repository at this point in the history
  • Loading branch information
shohamc1 committed Sep 7, 2023
1 parent 7224b45 commit 7055840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/feature_evm_rpc_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def create_contract(self):
node = self.nodes[0]

self.contract = EVMContract.from_file("Events.sol", "TestEvents")
abi, bytecode = self.contract.compile()
abi, bytecode, _ = self.contract.compile()
compiled = node.w3.eth.contract(abi=abi, bytecode=bytecode)

tx = compiled.constructor().build_transaction(
Expand Down

0 comments on commit 7055840

Please sign in to comment.