Skip to content

Commit 3b62e1e

Browse files
committed
Revert precision edit from dev
1 parent f557f7c commit 3b62e1e

File tree

1 file changed

+2
-2
lines changed
  • api/api-ports/api-binance-rest/src/main/kotlin/co/nilin/opex/api/ports/binance/controller

1 file changed

+2
-2
lines changed

api/api-ports/api-binance-rest/src/main/kotlin/co/nilin/opex/api/ports/binance/controller/MarketController.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ class MarketController(
166166
symbolsMap[it.pair] ?: it.pair,
167167
"TRADING",
168168
it.leftSideWalletSymbol.uppercase(),
169-
it.leftSideFraction.scale() - it.leftSideFraction.precision() + 1,
169+
it.leftSideFraction.scale(),
170170
it.rightSideWalletSymbol.uppercase(),
171-
it.rightSideFraction.scale()- it.rightSideFraction.precision() + 1
171+
it.rightSideFraction.scale()
172172
)
173173
}
174174
}

0 commit comments

Comments
 (0)