Skip to content

Commit

Permalink
Add TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
derekpierre committed Mar 5, 2024
1 parent b307b3e commit 69e85b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atxm/machine.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69e85b1

Please sign in to comment.