|
199 | 199 | import org.tron.core.store.MarketPairPriceToOrderStore; |
200 | 200 | import org.tron.core.store.MarketPairToPriceStore; |
201 | 201 | import org.tron.core.store.StoreFactory; |
202 | | -import org.tron.core.vm.program.listener.BufferingSimulationTracer; |
203 | | -import org.tron.core.vm.program.listener.SimulationTracer; |
204 | | -import org.tron.core.vm.repository.Repository; |
205 | | -import org.tron.core.vm.repository.RepositoryImpl; |
206 | 202 | import org.tron.core.store.VotesStore; |
207 | 203 | import org.tron.core.store.WitnessStore; |
208 | 204 | import org.tron.core.utils.TransactionUtil; |
209 | 205 | import org.tron.core.vm.program.Program; |
| 206 | +import org.tron.core.vm.program.listener.BufferingSimulationTracer; |
| 207 | +import org.tron.core.vm.program.listener.SimulationTracer; |
| 208 | +import org.tron.core.vm.repository.Repository; |
| 209 | +import org.tron.core.vm.repository.RepositoryImpl; |
210 | 210 | import org.tron.core.zen.ShieldedTRC20ParametersBuilder; |
211 | 211 | import org.tron.core.zen.ShieldedTRC20ParametersBuilder.ShieldedTRC20ParametersType; |
212 | 212 | import org.tron.core.zen.ZenTransactionBuilder; |
@@ -3273,7 +3273,8 @@ public SimulateOutcome simulateConstantContracts(List<TransactionCapsule> trxCap |
3273 | 3273 | return new SimulateOutcome(headBlockCapsule, outcomes); |
3274 | 3274 | } |
3275 | 3275 |
|
3276 | | - private static String validateSenderForSimulate(TransactionCapsule trxCap, Repository perCallChild) { |
| 3276 | + private static String validateSenderForSimulate(TransactionCapsule trxCap, |
| 3277 | + Repository perCallChild) { |
3277 | 3278 | if (trxCap.getInstance().getRawData().getContractCount() == 0) { |
3278 | 3279 | return null; |
3279 | 3280 | } |
|
0 commit comments