Skip to content

Commit 4a6dd62

Browse files
author
wangzihe
committed
Add 30 proposal
1 parent f7f7f1d commit 4a6dd62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,11 +165,11 @@ public void test1CreateProposal() {
165165
logger.info("24 value is " + getChainParameters.get().getChainParameter(24).getValue());
166166
proposalMap.put(24L, 1L);
167167
}*/
168-
if (getChainParameters.get().getChainParameter(32).getValue() == 0L) {
168+
if (getChainParameters.get().getChainParameter(28).getValue() == 0L) {
169169
proposalMap.put(28L, 1L);
170170
proposalMap.put(30L, 1L);
171171
}
172-
if (getChainParameters.get().getChainParameter(31).getValue() == 0L) {
172+
if (getChainParameters.get().getChainParameter(27).getValue() == 0L) {
173173
proposalMap.put(29L, 1L);
174174
}
175175

0 commit comments

Comments
 (0)