From 058cbeed9404789216c3b478c5f88ac4273d5dd0 Mon Sep 17 00:00:00 2001 From: Luke Van Seters Date: Wed, 6 Oct 2021 16:00:17 -0400 Subject: [PATCH] Fix tests for decoded call trace --- tests/helpers.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/helpers.py b/tests/helpers.py index 540a327..21f3264 100644 --- a/tests/helpers.py +++ b/tests/helpers.py @@ -56,6 +56,8 @@ def make_swap_trace( classification=Classification.swap, from_address=from_address, to_address=pool_address, + function_name="swap", + function_signature="swap()", inputs={recipient_input_key: recipient_address}, abi_name=abi_name, block_hash=str(block_number),