File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/test/java/stest/tron/wallet/precondition Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -161,16 +161,16 @@ public void test1CreateProposal() {
161
161
if (getChainParameters.get().getChainParameter(18).getValue() == 0) {
162
162
proposalMap.put(18L, 1L);
163
163
}*/
164
- if (getChainParameters .get ().getChainParameter (22 ).getValue () == 0L ) {
164
+ /* if (getChainParameters.get().getChainParameter(22).getValue() == 0L) {
165
165
logger.info("24 value is " + getChainParameters.get().getChainParameter(24).getValue());
166
166
proposalMap.put(24L, 1L);
167
- }
167
+ }*/
168
168
if (getChainParameters .get ().getChainParameter (32 ).getValue () == 0L ) {
169
169
proposalMap .put (28L , 1L );
170
170
}
171
- if (getChainParameters .get ().getChainParameter (31 ).getValue () == 0L ) {
171
+ /* if (getChainParameters.get().getChainParameter(31).getValue() == 0L) {
172
172
proposalMap.put(29L, 1L);
173
- }
173
+ }*/
174
174
175
175
if (proposalMap .size () >= 1 ) {
176
176
You can’t perform that action at this time.
0 commit comments