From 1d10f585ed45050b24fc5b16ee4380161f16dd64 Mon Sep 17 00:00:00 2001 From: Pete Barrow Date: Wed, 27 Mar 2024 16:18:20 +0000 Subject: [PATCH] fix: Update market+position decimal places to match predefined asset decimal places --- perftest/wallet.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perftest/wallet.go b/perftest/wallet.go index e4d96b0..459ac11 100644 --- a/perftest/wallet.go +++ b/perftest/wallet.go @@ -129,8 +129,8 @@ func (w walletWrapper) NewMarket(offset int, user UserDetails) error { }, "linearSlippageFactor": "0.001", "quadraticSlippageFactor": "0.0", - "decimalPlaces": "5", - "positionDecimalPlaces": "5", + "decimalPlaces": "2", + "positionDecimalPlaces": "2", "instrument": map[string]interface{}{ "code": "CRYPTO:BTCUSD/NOV22", "name": marketName,