Skip to content

Commit a893e4b

Browse files
Merge branch 'p2p_pressure_test' of https://github.com/tronprotocol/java-tron into p2p_pressure_test
2 parents 0b19b00 + aec2a84 commit a893e4b

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
@@ -170,9 +170,9 @@ public void test1CreateProposal() {
170170
if (getChainParameters.get().getChainParameter(28).getValue() == 0L) {
171171
proposalMap.put(24L, 1L);
172172
}
173-
if (getChainParameters.get().getChainParameter(27).getValue() == 0L) {
173+
/* if (getChainParameters.get().getChainParameter(27).getValue() == 0L) {
174174
proposalMap.put(25L, 1L);
175-
}
175+
}*/
176176
if (getChainParameters.get().getChainParameter(29).getValue() == 0L) {
177177
proposalMap.put(26L, 1L);
178178
}

0 commit comments

Comments
 (0)