increased limit for partial liquidator to take care of larger

This commit is contained in:
dd 2021-04-17 23:24:51 -04:00
parent d28d0a1b60
commit c6bd2d27a5
1 changed files with 1 additions and 1 deletions

View File

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