You are viewing a single comment's thread from:
RE: Pull Request for Hivemind - add dynamic STEEM/VEST for SP calculation
what determines the number of transfers that are displayed there
The account state, which also includes the account history, is retrieved on the page. This history is requested with a limit of 1000 entries. The entries relevant to the wallet are then filtered from these 1000 entries.
The number of transfers therefore depends on how many transfers are contained in these 1000 entries. This is therefore always a different number. If you have more other activities (votes, rewards etc.), there are fewer transfers among these entries.
I hope I have expressed this clearly. If not, I'll be happy to write you an example :-)
Hey @moecki,
thank you for using our automatic payout bot 'DUBby' to share your post rewards with your commentators.
To make sure everything works as planned, please remember to give me payout orders.
Just write a comment to the users who should receive a share. It should contain the instruction in the form
!finanzbot x %
.If you need help with this, feel free to ask or check this manual (german).
Greetings from the 'DU-Finanzbot' (by Witness @moecki).
I... I think I'm starting to grasp... Yet an example will never be superfluous, if you don't mind and have the time. 😊 Thank you!
We consider the last 10 operations in the history of two accounts:
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!