From 1bcf73de22978d417280cc0d845fe2c37a01b623 Mon Sep 17 00:00:00 2001 From: tim Date: Fri, 28 Feb 2025 01:04:12 -0400 Subject: [PATCH] execute refactor for extraconf; accounting fixes --- src/dexorder/event_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dexorder/event_handler.py b/src/dexorder/event_handler.py index 56cc374..eba8dee 100644 --- a/src/dexorder/event_handler.py +++ b/src/dexorder/event_handler.py @@ -4,7 +4,7 @@ import logging from web3.types import EventData from dexorder import db, metric, current_w3, timestamp -from dexorder.accounting import accounting_fill, accounting_placement, accounting_lock +from dexorder.accounting import accounting_fill, accounting_placement from dexorder.base.chain import current_chain from dexorder.base.order import TrancheKey, OrderKey from dexorder.base.orderlib import SwapOrderState