Skip to content

Commit d7feddf

Browse files
committed
revert args
1 parent e284a61 commit d7feddf

File tree

1 file changed

+4
-4
lines changed
  • framework/src/main/java/org/tron/core/config/args

1 file changed

+4
-4
lines changed

framework/src/main/java/org/tron/core/config/args/Args.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,18 +1072,18 @@ public static void initDBConfig(Args cfgArgs) {
10721072
DBConfig.setAllowShieldedTransaction(cfgArgs.getAllowShieldedTransaction());
10731073
DBConfig.setAllowAccountStateRoot(cfgArgs.getAllowAccountStateRoot());
10741074
DBConfig.setAllowProtoFilterNum(cfgArgs.getAllowProtoFilterNum());
1075+
DBConfig.setProposalExpireTime(cfgArgs.getProposalExpireTime());
10751076
DBConfig.setBlockNumForEneryLimit(cfgArgs.getBlockNumForEneryLimit());
10761077
DBConfig.setFullNodeAllowShieldedTransaction(cfgArgs.isFullNodeAllowShieldedTransactionArgs());
1078+
DBConfig.setZenTokenId(cfgArgs.getZenTokenId());
10771079
DBConfig.setValidContractProtoThreadNum(cfgArgs.getValidContractProtoThreadNum());
10781080
DBConfig.setVmTrace(cfgArgs.isVmTrace());
1081+
DBConfig.setDebug(cfgArgs.isDebug());
1082+
DBConfig.setSolidityNode(cfgArgs.isSolidityNode());
10791083
DBConfig.setSupportConstant(cfgArgs.isSupportConstant());
10801084
DBConfig.setLongRunningTime(cfgArgs.getLongRunningTime());
10811085
DBConfig.setChangedDelegation(cfgArgs.getChangedDelegation());
10821086
DBConfig.setActuatorSet(cfgArgs.getActuatorSet());
1083-
DBConfig.setZenTokenId(cfgArgs.getZenTokenId());
1084-
DBConfig.setProposalExpireTime(cfgArgs.getProposalExpireTime());
1085-
DBConfig.setSolidityNode(cfgArgs.isSolidityNode());
1086-
DBConfig.setDebug(cfgArgs.isDebug());
10871087
}
10881088

10891089
public void setFullNodeAllowShieldedTransaction(boolean fullNodeAllowShieldedTransaction) {

0 commit comments

Comments
 (0)