numeric market range [1, 100]

This commit is contained in:
mantikoros 2022-05-06 15:09:35 -04:00
parent 6c28771539
commit 291f21af92

View File

@ -122,7 +122,7 @@ export const createContract = functions
tags ?? [], tags ?? [],
1000, 1000,
1, 1,
1000 100
) )
if (!isFree && ante) await chargeUser(creator.id, ante) if (!isFree && ante) await chargeUser(creator.id, ante)