Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
romanova-natasha committed Feb 13, 2025
1 parent ff82f6b commit f8bfe34
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def test_trace_iterative_tx(self, counter_contract):

def test_trace_iterative_tx_eip_1559(self, counter_contract):
sender_account = self.accounts[0]
tx = self.web3_client.make_raw_tx(from_=sender_account, type=TransactionType.EIP_1559)
tx = self.web3_client.make_raw_tx(from_=sender_account, tx_type=TransactionType.EIP_1559)

instruction_tx = counter_contract.functions.moreInstruction(0, 3000).build_transaction(tx)
receipt = self.web3_client.send_transaction(sender_account, instruction_tx)
Expand Down

0 comments on commit f8bfe34

Please sign in to comment.