You are viewing a single comment's thread from:
RE: Pull Request for Hivemind - add dynamic STEEM/VEST for SP calculation
We consider the last 10 operations in the history of two accounts:
no. | op acc1 | op acc2 |
---|---|---|
1 | vote | author_reward |
2 | curation_reward | comment |
3 | vote | comment |
4 | transfer | vote |
5 | claim_reward_balance | transfer |
6 | curation_reward | vote |
7 | vote | transfer |
8 | transfer | transfer |
9 | vote | curation_reward |
10 | curation_reward | transfer |
As you can see account 1 has two transfer operations under the last 10 operations and account 2 three transfers.
Because the wallet page only shows the transfers, account 1 has two entries and account 2 three entries.
The same happens if you request 1000 operations.
!dubby 20%
Thank you! It's all clear now!