Skip to content

Commit

Permalink
fix getLogs
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Oct 31, 2023
1 parent b65f2b1 commit 8a3e3d4
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 @@ -303,4 +303,4 @@ def submit_msgs_ro(func, str):
assert status == Status.FAIL
assert cli_host.balance(ica_address, denom=denom) == balance

print(tcontract.events.OnPacketResult().get_logs())
print(tcontract.events.OnPacketResult.getLogs())

0 comments on commit 8a3e3d4

Please sign in to comment.