Skip to content

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

Mariusz Trela requested to merge mt-patterns-fixe into develop

Changes from 294c6496250cb0084ca1894bf5d1e33d494cb529 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

Merge request reports