diff --git a/common/calculate.ts b/common/calculate.ts index ef81fd72..398039dd 100644 --- a/common/calculate.ts +++ b/common/calculate.ts @@ -49,7 +49,7 @@ export function calculateEstimatedWinnings( const estPool = Math.sqrt(yesShares ** 2 + noShares ** 2) const total = ind * yesShares + (1 - ind) * noShares - return (shares * estPool) / total + return ((1 - FEES) * (shares * estPool)) / total } export function calculateRawShareValue(