From 02a0adc8e2a4bb3e20e23f21b030152212153faf Mon Sep 17 00:00:00 2001 From: Luke Van Seters Date: Tue, 4 Jan 2022 10:16:50 -0500 Subject: [PATCH] Break it to prove tests work --- mev_inspect/crud/traces.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mev_inspect/crud/traces.py b/mev_inspect/crud/traces.py index 45c0037..b7e1538 100644 --- a/mev_inspect/crud/traces.py +++ b/mev_inspect/crud/traces.py @@ -35,7 +35,8 @@ def write_classified_traces( trace.transaction_hash, trace.block_number, trace.classification.value, - trace.type.value, + 0, + # trace.type.value, str(trace.protocol), trace.abi_name, trace.function_name,