Remove debugger
This commit is contained in:
parent
dbe40249b5
commit
32aa3246bf
@ -1,4 +1,3 @@
|
|||||||
import pdb
|
|
||||||
from typing import Optional, List
|
from typing import Optional, List
|
||||||
from mev_inspect.schemas.transfers import Transfer
|
from mev_inspect.schemas.transfers import Transfer
|
||||||
from mev_inspect.schemas.swaps import Swap
|
from mev_inspect.schemas.swaps import Swap
|
||||||
@ -47,8 +46,6 @@ class ZeroExSwapClassifier(SwapClassifier):
|
|||||||
if transfer.to_address == taker_address:
|
if transfer.to_address == taker_address:
|
||||||
token_in_amount = transfer.amount
|
token_in_amount = transfer.amount
|
||||||
|
|
||||||
pdb.set_trace()
|
|
||||||
|
|
||||||
return Swap(
|
return Swap(
|
||||||
abi_name=trace.abi_name,
|
abi_name=trace.abi_name,
|
||||||
transaction_hash=trace.transaction_hash,
|
transaction_hash=trace.transaction_hash,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user