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