Skip to content

Commit

Permalink
Fix feature_evm_rpc_filters test (#2427)
Browse files Browse the repository at this point in the history
  • Loading branch information
shohamc1 authored Sep 7, 2023
1 parent e0d8537 commit e48ca8b
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 e48ca8b

Please sign in to comment.