Skip to content

Changes of patterns due to another value of `pending_payout`.

Bartek Wrona requested to merge patterns_update_to_match_hived_changes into develop

Changes from Vote edit penalty removed in hive project caused, that pending payout is calculated using another value of total_reward_shares2.

  • before: push_virtual_operation( effective_comment_vote_operation and _db.adjust_rshares2
  • now: _db.adjust_rshares2 and push_virtual_operation( effective_comment_vote_operation
Edited by Bartek Wrona

Merge request reports