Skip to content
Snippets Groups Projects
Commit 9ab9ec5a authored by Flug Schwein's avatar Flug Schwein
Browse files

Add current VPs at the end of build_vp_arrays()

parent 361bc440
No related branches found
No related tags found
2 merge requests!5Taken current version of master branch in the https://github.com/holgern/beem,!4Original changes pushed to master at https://github.com/holgern/beem
......@@ -552,6 +552,9 @@ class AccountSnapshot(list):
self.vp_timestamp.append(ts)
self.vp.append(self.account.get_voting_power() / 100)
self.downvote_vp(self.account.get_downvoting_power() / 100)
def build_curation_arrays(self, end_date=None, sum_days=7):
""" Build curation arrays"""
self.curation_per_1000_SP_timestamp = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment