Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
don't retry operations that have conflict error
If an operation receives a conflict error from the blockchain connector, currently it will continutally retry submitting that operation but it will never succeed. Instead, we shouldn't retry if we know the connector has received the submission. Signed-off-by: Alex Shorsher <[email protected]>
- Loading branch information