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 6e8d57f commit 000fc30Copy full SHA for 000fc30
src/test/java/stest/tron/wallet/precondition/StressPrecondition.java
@@ -164,14 +164,13 @@ public void test1CreateProposal() {
164
logger.info("24 value is " + getChainParameters.get().getChainParameter(24).getValue());
165
proposalMap.put(24L, 1L);
166
}
167
-/* if (getChainParameters.get().getChainParameter(32).getValue() == 0L) {
+ if (getChainParameters.get().getChainParameter(32).getValue() == 0L) {
168
proposalMap.put(28L, 1L);
169
- }*/
+ }
170
if (getChainParameters.get().getChainParameter(31).getValue() == 0L) {
171
proposalMap.put(29L, 1L);
172
173
174
-
175
if (proposalMap.size() >= 1) {
176
177
PublicMethed.createProposal(witness001Address, witnessKey001,
0 commit comments