decreased liabs val thresh

This commit is contained in:
dd 2021-04-17 23:54:47 -04:00
parent 3ad720ac33
commit e2051eda6f
1 changed files with 1 additions and 1 deletions

View File

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