Skip to content

Commit aec2a84

Browse files
author
wangzihe
committed
Delete proposal 25 in precondition
1 parent 179fd9f commit aec2a84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/stest/tron/wallet/precondition/StressPrecondition.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,9 @@ public void test1CreateProposal() {
168168
if (getChainParameters.get().getChainParameter(28).getValue() == 0L) {
169169
proposalMap.put(24L, 1L);
170170
}
171-
if (getChainParameters.get().getChainParameter(27).getValue() == 0L) {
171+
/* if (getChainParameters.get().getChainParameter(27).getValue() == 0L) {
172172
proposalMap.put(25L, 1L);
173-
}
173+
}*/
174174
if (getChainParameters.get().getChainParameter(29).getValue() == 0L) {
175175
proposalMap.put(26L, 1L);
176176
}

0 commit comments

Comments
 (0)