We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b59e694 commit c16e21aCopy full SHA for c16e21a
1 file changed
framework/src/test/java/org/tron/common/runtime/vm/VoteTest.java
@@ -301,6 +301,7 @@ public void init() throws Exception {
301
VMConfig.initAllowTvmVote(1);
302
manager.getDynamicPropertiesStore().saveChangeDelegation(1);
303
manager.getDynamicPropertiesStore().saveAllowTvmVote(1);
304
+ manager.getDynamicPropertiesStore().saveNewRewardAlgorithmEffectiveCycle();
305
}
306
307
@After
0 commit comments