Skip to content

Commit

Permalink
Merge pull request #2140 from valory-xyz/fix/tx-retries
Browse files Browse the repository at this point in the history
Extend the list of retriable errors
  • Loading branch information
angrybayblade authored Jan 19, 2024
2 parents 42fa155 + 29b7f94 commit 640243b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autonomy/chain/tx.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
"INTERNAL_ERROR: nonce too low",
"Got empty transaction",
"AlreadyKnown",
"ALREADY_EXISTS",
"already known",
)


Expand Down

0 comments on commit 640243b

Please sign in to comment.