This commit is contained in:
silas 2022-10-18 20:07:01 +01:00 committed by GitHub
parent 2e23ccaaec
commit bc3b4adc81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -347,7 +347,6 @@ async function makeMarketUpdateInstructions(
const fairValue = (aggBid + aggAsk) / 2;
const aggSpread = (aggAsk - aggBid) / fairValue;
const requoteThresh = mc.params.requoteThresh;
const equity = toUiDecimalsForQuote(mangoAccount.getEquity(group));