From 8a3e3d4c2dc64e4942c505e4ded23c4263a6423b Mon Sep 17 00:00:00 2001 From: HuangYi Date: Tue, 31 Oct 2023 16:04:06 +0800 Subject: [PATCH] fix getLogs --- integration_tests/test_ica_precompile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_tests/test_ica_precompile.py b/integration_tests/test_ica_precompile.py index 09311a1823..2115ee9216 100644 --- a/integration_tests/test_ica_precompile.py +++ b/integration_tests/test_ica_precompile.py @@ -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())