fixed minNetIndex bug

This commit is contained in:
dd 2021-06-22 09:15:00 -04:00
parent 1050481b74
commit 8e9e5ff436
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ async function runPartialLiquidator() {
maxBorrAcc = ma;
}
if (liabsVal < 1) {
if (liabsVal < 0.1) {
// too small of an account; number precision may cause errors
continue;
}