Skip to content

Commit 000fc30

Browse files
author
wangzihe
committed
Change proposal to false
1 parent 6e8d57f commit 000fc30

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/test/java/stest/tron/wallet/precondition/StressPrecondition.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,14 +164,13 @@ public void test1CreateProposal() {
164164
logger.info("24 value is " + getChainParameters.get().getChainParameter(24).getValue());
165165
proposalMap.put(24L, 1L);
166166
}
167-
/* if (getChainParameters.get().getChainParameter(32).getValue() == 0L) {
167+
if (getChainParameters.get().getChainParameter(32).getValue() == 0L) {
168168
proposalMap.put(28L, 1L);
169-
}*/
169+
}
170170
if (getChainParameters.get().getChainParameter(31).getValue() == 0L) {
171171
proposalMap.put(29L, 1L);
172172
}
173173

174-
175174
if (proposalMap.size() >= 1) {
176175

177176
PublicMethed.createProposal(witness001Address, witnessKey001,

0 commit comments

Comments
 (0)