Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Sep 3, 2021
1 parent 4f574a1 commit 65bd6a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration_tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ def test_native_call(cronos):

amount = 100

# the coinbase in web3 api is the same address as the validator account in cosmos api

# expect failure
txhash = contract.functions.bank_send(amount).transact({"from": w3.eth.coinbase})
receipt = w3.eth.wait_for_transaction_receipt(txhash)
Expand Down

0 comments on commit 65bd6a0

Please sign in to comment.