File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
src/commonMain/kotlin/exchange.dydx.abacus/calculator Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ allprojects {
5353}
5454
5555group = " exchange.dydx.abacus"
56- version = " 1.14.3 "
56+ version = " 1.14.4 "
5757
5858repositories {
5959 google()
Original file line number Diff line number Diff line change @@ -435,9 +435,7 @@ internal class SubaccountCalculator(
435435 }
436436
437437 MarginMode .Cross -> {
438- val maintenanceMarginFraction =
439- configs?.maintenanceMarginFraction ? : Numeric .double.ZERO
440- calculated.marginValue = maintenanceMarginFraction * notional
438+ calculated.marginValue = adjustedImf * notional
441439 }
442440
443441 else -> {
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22 spec . name = 'v4_abacus'
3- spec . version = '1.14.3 '
3+ spec . version = '1.14.4 '
44 spec . homepage = 'https://github.com/dydxprotocol/v4-abacus'
55 spec . source = { :http => '' }
66 spec . authors = ''
You can’t perform that action at this time.
0 commit comments