提交 27476952 编写于 作者: W Wang Zhi

Change total vote rate from 15% to 1% for test network

上级 5fd08073
......@@ -5,7 +5,11 @@
namespace eosiosystem {
const int64_t min_pervote_daily_pay = 100'0000;
const int64_t min_activated_stake = 150'000'000'0000;
//##YTA-Change start:
//Change total vote rate from 15% to 1% for test network
//const int64_t min_activated_stake = 150'000'000'0000;
const int64_t min_activated_stake = 10'000'000'0000;
//##YTA-Change end:
const uint32_t blocks_per_year = 52*7*24*2*3600; // half seconds per year
const uint32_t seconds_per_year = 52*7*24*3600;
const uint32_t blocks_per_day = 2 * 24 * 3600;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册