Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dex: avoid chain halts in case of arb failures (#3897)
In #3893 we encountered a bug in arb search logic that caused a chain halt. While that bug shouldn't exist, it also shouldn't have stopped the entire chain. Rather, we should continue operating without performing arbitrage. This commit does not fix the bug in #3893, but it does mean that the effect of that bug is just to stop arb from occurring rather than halting the chain.
- Loading branch information