Skip to content

Commit

Permalink
undo error code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mkflow27 committed Jul 2, 2024
1 parent 9da5183 commit d1957e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developer-reference/contracts/error-codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ Balancer uses custom errors which provide a convenient and gas-efficient way to
## StableMath
| Error | Comment |
| ----------------------------- | ----------------------------------------------- |
| StableInvariantDidNotConverge()| The iterations to calculate the invariant didn't converge |
| StableGetBalanceDidNotConverge()| The iterations to calculate the balance didn't converge |
| StableInvariantDidntConverge()| The iterations to calculate the invariant didn't converge |
| StableGetBalanceDidntConverge()| The iterations to calculate the balance didn't converge |

## Weighted

Expand Down

0 comments on commit d1957e0

Please sign in to comment.