From 69e85b1573199de6cb73c14e6faa524781b27491 Mon Sep 17 00:00:00 2001 From: derekpierre Date: Tue, 5 Mar 2024 15:26:34 -0500 Subject: [PATCH] Add TODO. --- atxm/machine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atxm/machine.py b/atxm/machine.py index 4934d40..f82575a 100644 --- a/atxm/machine.py +++ b/atxm/machine.py @@ -337,7 +337,7 @@ def __strategize(self) -> None: # (!) retry the transaction with the new parameters _names = " -> ".join(s.name for s in self._strategies) - # TODO try-except needed here (similar to broadcast) #18, #20 + # TODO try-except needed here (similar to broadcast) #14, #18, #20 txhash = self.__fire(tx=_active_copy, msg=_names) _active_copy.txhash = txhash