Skip to content

Commit

Permalink
Merge pull request #231 from neonlabsorg/fix-make_contract_call_trx-m…
Browse files Browse the repository at this point in the history
…ethod

fix make_contract_call_trx
  • Loading branch information
kristinaNikolaevaa authored Feb 27, 2024
2 parents f37423f + a214759 commit 0cab679
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 0cab679

Please sign in to comment.