Skip to content

Commit d2188f8

Browse files
author
wangqqqqq
committed
Set only open proposal 28
1 parent 2e8c5d9 commit d2188f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -161,16 +161,16 @@ public void test1CreateProposal() {
161161
if (getChainParameters.get().getChainParameter(18).getValue() == 0) {
162162
proposalMap.put(18L, 1L);
163163
}*/
164-
if (getChainParameters.get().getChainParameter(22).getValue() == 0L) {
164+
/*if (getChainParameters.get().getChainParameter(22).getValue() == 0L) {
165165
logger.info("24 value is " + getChainParameters.get().getChainParameter(24).getValue());
166166
proposalMap.put(24L, 1L);
167-
}
167+
}*/
168168
if (getChainParameters.get().getChainParameter(32).getValue() == 0L) {
169169
proposalMap.put(28L, 1L);
170170
}
171-
if (getChainParameters.get().getChainParameter(31).getValue() == 0L) {
171+
/*if (getChainParameters.get().getChainParameter(31).getValue() == 0L) {
172172
proposalMap.put(29L, 1L);
173-
}
173+
}*/
174174

175175
if (proposalMap.size() >= 1) {
176176

0 commit comments

Comments
 (0)