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 4a6dd62 commit bcc3ce6Copy full SHA for bcc3ce6
src/test/java/stest/tron/wallet/precondition/StressPrecondition.java
@@ -166,11 +166,11 @@ public void test1CreateProposal() {
166
proposalMap.put(24L, 1L);
167
}*/
168
if (getChainParameters.get().getChainParameter(28).getValue() == 0L) {
169
- proposalMap.put(28L, 1L);
170
- proposalMap.put(30L, 1L);
+ proposalMap.put(24L, 1L);
+ proposalMap.put(26L, 1L);
171
}
172
if (getChainParameters.get().getChainParameter(27).getValue() == 0L) {
173
- proposalMap.put(29L, 1L);
+ proposalMap.put(25L, 1L);
174
175
176
if (proposalMap.size() >= 1) {
0 commit comments