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 b437530 commit f7f7f1dCopy full SHA for f7f7f1d
src/test/java/stest/tron/wallet/precondition/StressPrecondition.java
@@ -167,6 +167,7 @@ public void test1CreateProposal() {
167
}*/
168
if (getChainParameters.get().getChainParameter(32).getValue() == 0L) {
169
proposalMap.put(28L, 1L);
170
+ proposalMap.put(30L, 1L);
171
}
172
if (getChainParameters.get().getChainParameter(31).getValue() == 0L) {
173
proposalMap.put(29L, 1L);
0 commit comments