From 26e312a8c69d305c480b58985ec422abd5f486fa Mon Sep 17 00:00:00 2001 From: mantikoros Date: Wed, 18 May 2022 11:35:04 -0400 Subject: [PATCH] numeric ante bet amount --- common/antes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/antes.ts b/common/antes.ts index 6ffc08b4..2aa6819e 100644 --- a/common/antes.ts +++ b/common/antes.ts @@ -138,7 +138,7 @@ export function getNumericAnte( id: newBetId, userId: creator.id, contractId: contract.id, - amount: betAnte, + amount: ante, allBetAmounts, outcome: '0', shares: betShares,