Skip to content

Commit

Permalink
Merge pull request EOSIO#183 from enumivo/tokentomaster
Browse files Browse the repository at this point in the history
update stake threshold
  • Loading branch information
Enumivo authored Jun 2, 2018
2 parents fb55ab2 + a062f52 commit a6a7593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/enu.system/producer_pay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace enumivosystem {

const int64_t min_pervote_daily_pay = 100'0000;
const int64_t min_activated_stake = 150'000'000'0000;
const int64_t min_activated_stake = 50'000'000'0000;
const double continuous_rate = 0.04879; // 5% annual rate
const double perblock_rate = 0.0025; // 0.25%
const double standby_rate = 0.0075; // 0.75%
Expand Down

0 comments on commit a6a7593

Please sign in to comment.