We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 179fd9f commit aec2a84Copy full SHA for aec2a84
src/test/java/stest/tron/wallet/precondition/StressPrecondition.java
@@ -168,9 +168,9 @@ public void test1CreateProposal() {
168
if (getChainParameters.get().getChainParameter(28).getValue() == 0L) {
169
proposalMap.put(24L, 1L);
170
}
171
- if (getChainParameters.get().getChainParameter(27).getValue() == 0L) {
+/* if (getChainParameters.get().getChainParameter(27).getValue() == 0L) {
172
proposalMap.put(25L, 1L);
173
- }
+ }*/
174
if (getChainParameters.get().getChainParameter(29).getValue() == 0L) {
175
proposalMap.put(26L, 1L);
176
0 commit comments