From fa5be12e8113ed80b74d69bb993ae52affcef0f4 Mon Sep 17 00:00:00 2001 From: Luke Van Seters Date: Wed, 22 Dec 2021 18:35:43 -0500 Subject: [PATCH] Fix docstring --- mev_inspect/arbitrages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mev_inspect/arbitrages.py b/mev_inspect/arbitrages.py index b912d27..8852079 100644 --- a/mev_inspect/arbitrages.py +++ b/mev_inspect/arbitrages.py @@ -132,7 +132,7 @@ def _get_shortest_route( def _get_all_start_end_swaps(swaps: List[Swap]) -> List[Tuple[Swap, List[Swap]]]: """ - Gets the set of all possible opening and closing swap pairs in an arbitrage via + Gets the set of all possible openings and corresponding closing swaps for an arbitrage via - swap[start].token_in == swap[end].token_out - swap[start].from_address == swap[end].to_address - not swap[start].from_address in all_pool_addresses