Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Commit

Permalink
Removed extra else in pay_curators. #898
Browse files Browse the repository at this point in the history
  • Loading branch information
AKorpusenko committed Oct 22, 2018
1 parent 4394ebd commit 846b80b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions libraries/chain/database.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2325,9 +2325,6 @@ namespace golos { namespace chain {
pay_curator(heaviest_vote_after_auw_account, unclaimed_rewards.value, c.author, to_string(c.permlink));
unclaimed_rewards = 0;
}
else {

}
}
if (!c.allow_curation_rewards) {
modify(get_dynamic_global_properties(), [&](dynamic_global_property_object &props) {
Expand Down

0 comments on commit 846b80b

Please sign in to comment.