comment => variable
This commit is contained in:
parent
eff77dd482
commit
17823b5aae
@ -28,10 +28,10 @@ def write_classified_traces(
|
|||||||
db_session,
|
db_session,
|
||||||
classified_traces: List[ClassifiedTrace],
|
classified_traces: List[ClassifiedTrace],
|
||||||
) -> None:
|
) -> None:
|
||||||
now = datetime.now(timezone.utc)
|
classified_at = datetime.now(timezone.utc)
|
||||||
items = (
|
items = (
|
||||||
(
|
(
|
||||||
now, # classified_at - gets a default
|
classified_at,
|
||||||
trace.transaction_hash,
|
trace.transaction_hash,
|
||||||
trace.block_number,
|
trace.block_number,
|
||||||
trace.classification.value,
|
trace.classification.value,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user