diff --git a/build.gradle.kts b/build.gradle.kts index a0f496f81..e052b3a1a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -52,7 +52,7 @@ allprojects { } group = "exchange.dydx.abacus" -version = "1.13.21" +version = "1.13.22" repositories { google() diff --git a/src/commonMain/kotlin/exchange.dydx.abacus/processor/input/TriggerOrdersInputProcessor.kt b/src/commonMain/kotlin/exchange.dydx.abacus/processor/input/TriggerOrdersInputProcessor.kt index c58206704..355a4b32f 100644 --- a/src/commonMain/kotlin/exchange.dydx.abacus/processor/input/TriggerOrdersInputProcessor.kt +++ b/src/commonMain/kotlin/exchange.dydx.abacus/processor/input/TriggerOrdersInputProcessor.kt @@ -39,8 +39,6 @@ internal class TriggerOrdersInputProcessor( ): StateChanges { if (inputState.currentType != InputType.TRIGGER_ORDERS) { inputState.currentType = InputType.TRIGGER_ORDERS - inputState.triggerOrders = InternalTriggerOrdersInputState() - calculator.calculate(inputState.triggerOrders, account, subaccountNumber) } if (type != null) { diff --git a/v4_abacus.podspec b/v4_abacus.podspec index 91384affc..eee5ac80d 100644 --- a/v4_abacus.podspec +++ b/v4_abacus.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'v4_abacus' - spec.version = '1.13.21' + spec.version = '1.13.22' spec.homepage = 'https://github.com/dydxprotocol/v4-abacus' spec.source = { :http=> ''} spec.authors = ''