Skip to content

Commit

Permalink
verify the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Oct 26, 2023
1 parent ce0f364 commit 8555bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/test_ica_precompile.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def test_call(ibc):
name = "signer2"
addr = ADDRS[name]
contract = w3.eth.contract(address=CONTRACT, abi=contract_info)
data = {"from": ADDRS[name], "gas": 400000}
data = {"from": ADDRS[name]}
ica_address = register_acc(
cli_controller,
w3,
Expand Down

0 comments on commit 8555bd9

Please sign in to comment.