diff --git a/Stellar-ledger.x b/Stellar-ledger.x index 113f91e..efe7393 100644 --- a/Stellar-ledger.x +++ b/Stellar-ledger.x @@ -201,8 +201,7 @@ enum TxSetComponentType TXSET_COMP_TXS_MAYBE_DISCOUNTED_FEE = 0 }; -typedef TransactionEnvelope DependentTxCluster<>; -typedef DependentTxCluster TxExecutionThread<>; +typedef TransactionEnvelope TxExecutionThread<>; typedef TxExecutionThread ParallelTxExecutionStage<>; struct ParallelTxsComponent