Skip to content

Commit bcc3ce6

Browse files
author
wangqqqqq
committed
Turn on the proposal 24,25,26
1 parent 4a6dd62 commit bcc3ce6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,11 @@ public void test1CreateProposal() {
166166
proposalMap.put(24L, 1L);
167167
}*/
168168
if (getChainParameters.get().getChainParameter(28).getValue() == 0L) {
169-
proposalMap.put(28L, 1L);
170-
proposalMap.put(30L, 1L);
169+
proposalMap.put(24L, 1L);
170+
proposalMap.put(26L, 1L);
171171
}
172172
if (getChainParameters.get().getChainParameter(27).getValue() == 0L) {
173-
proposalMap.put(29L, 1L);
173+
proposalMap.put(25L, 1L);
174174
}
175175

176176
if (proposalMap.size() >= 1) {

0 commit comments

Comments
 (0)