From 1b0e05ec2f82bacd62b668b929b552e95ef390a5 Mon Sep 17 00:00:00 2001 From: Gui Heise Date: Thu, 16 Sep 2021 11:58:36 -0400 Subject: [PATCH] syntax --- mev_inspect/crud/classified_traces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mev_inspect/crud/classified_traces.py b/mev_inspect/crud/classified_traces.py index 973c9fe..ad641fb 100644 --- a/mev_inspect/crud/classified_traces.py +++ b/mev_inspect/crud/classified_traces.py @@ -28,7 +28,7 @@ def write_classified_traces( models.append( ClassifiedTraceModel( transaction_hash=trace.transaction_hash, - block_numbe=trace.block_number, + block_number=trace.block_number, classification=trace.classification.value, trace_type=trace.type.value, trace_address=trace.trace_address,