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.
2 parents 0b19b00 + aec2a84 commit a893e4bCopy full SHA for a893e4b
src/test/java/stest/tron/wallet/precondition/StressPrecondition.java
@@ -170,9 +170,9 @@ public void test1CreateProposal() {
170
if (getChainParameters.get().getChainParameter(28).getValue() == 0L) {
171
proposalMap.put(24L, 1L);
172
}
173
- if (getChainParameters.get().getChainParameter(27).getValue() == 0L) {
+/* if (getChainParameters.get().getChainParameter(27).getValue() == 0L) {
174
proposalMap.put(25L, 1L);
175
- }
+ }*/
176
if (getChainParameters.get().getChainParameter(29).getValue() == 0L) {
177
proposalMap.put(26L, 1L);
178
0 commit comments