Skip to content

Commit 6b85652

Browse files
authored
remove reduant exchange exclusion (tronprotocol#6539)
1 parent 1359fd6 commit 6b85652

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

framework/src/main/java/org/tron/core/db/Manager.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -881,11 +881,6 @@ public boolean pushTransaction(final TransactionCapsule trx)
881881
throw new ContractValidateException("ExchangeTransactionContract is rejected");
882882
}
883883

884-
if (isExchangeTransaction(trx.getInstance())) {
885-
throw new ContractValidateException("ExchangeTransactionContract is rejected");
886-
}
887-
888-
889884
pushTransactionQueue.add(trx);
890885
Metrics.gaugeInc(MetricKeys.Gauge.MANAGER_QUEUE, 1,
891886
MetricLabels.Gauge.QUEUE_QUEUED);

0 commit comments

Comments
 (0)