Skip to content

Commit

Permalink
Merge pull request #957 from GolosChain/956-ee-genesis-rshares-active
Browse files Browse the repository at this point in the history
Enable net_rshares for active posts in EE-genesis #956
  • Loading branch information
afalaleev authored and soft-bagel-93 committed Jul 12, 2019
1 parent eecd238 commit cef1ed9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions programs/create-genesis/ee_genesis/genesis_ee_builder.cpp
Expand Up @@ -547,6 +547,7 @@ void genesis_ee_builder::write_messages() {
c.max_payout = to_gls.convert(active.max_accepted_payout);
c.curators_prcnt = active.curation_rewards_percent;
c.tokenprop = active.percent_steem_dollars / 2;
c.net_rshares = active.net_rshares;
}
});

Expand Down

0 comments on commit cef1ed9

Please sign in to comment.