File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
framework/src/main/java/org/tron/core/config/args Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1072,18 +1072,18 @@ public static void initDBConfig(Args cfgArgs) {
1072
1072
DBConfig .setAllowShieldedTransaction (cfgArgs .getAllowShieldedTransaction ());
1073
1073
DBConfig .setAllowAccountStateRoot (cfgArgs .getAllowAccountStateRoot ());
1074
1074
DBConfig .setAllowProtoFilterNum (cfgArgs .getAllowProtoFilterNum ());
1075
+ DBConfig .setProposalExpireTime (cfgArgs .getProposalExpireTime ());
1075
1076
DBConfig .setBlockNumForEneryLimit (cfgArgs .getBlockNumForEneryLimit ());
1076
1077
DBConfig .setFullNodeAllowShieldedTransaction (cfgArgs .isFullNodeAllowShieldedTransactionArgs ());
1078
+ DBConfig .setZenTokenId (cfgArgs .getZenTokenId ());
1077
1079
DBConfig .setValidContractProtoThreadNum (cfgArgs .getValidContractProtoThreadNum ());
1078
1080
DBConfig .setVmTrace (cfgArgs .isVmTrace ());
1081
+ DBConfig .setDebug (cfgArgs .isDebug ());
1082
+ DBConfig .setSolidityNode (cfgArgs .isSolidityNode ());
1079
1083
DBConfig .setSupportConstant (cfgArgs .isSupportConstant ());
1080
1084
DBConfig .setLongRunningTime (cfgArgs .getLongRunningTime ());
1081
1085
DBConfig .setChangedDelegation (cfgArgs .getChangedDelegation ());
1082
1086
DBConfig .setActuatorSet (cfgArgs .getActuatorSet ());
1083
- DBConfig .setZenTokenId (cfgArgs .getZenTokenId ());
1084
- DBConfig .setProposalExpireTime (cfgArgs .getProposalExpireTime ());
1085
- DBConfig .setSolidityNode (cfgArgs .isSolidityNode ());
1086
- DBConfig .setDebug (cfgArgs .isDebug ());
1087
1087
}
1088
1088
1089
1089
public void setFullNodeAllowShieldedTransaction (boolean fullNodeAllowShieldedTransaction ) {
You can’t perform that action at this time.
0 commit comments