Skip to content

Commit

Permalink
fix make_contract_call_trx
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinaNikolaevaa committed Feb 27, 2024
1 parent f37423f commit a214759
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration/tests/neon_evm/utils/contract.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ def make_contract_call_trx(
signed_tx = make_eth_transaction(
contract.eth_address, data, user, value=value, chain_id=chain_id, access_list=access_list, type=trx_type
)
return signed_tx


def deploy_contract(
Expand Down

0 comments on commit a214759

Please sign in to comment.