This commit is contained in:
Brendon J. Brewer 2020-02-05 09:19:09 +13:00 committed by Lex Berezhny
parent 17d8a3e5d6
commit 94524f7330

View file

@ -114,8 +114,8 @@ class TrendingData:
def insert_claim_from_load(self, claim_hash, trending_score, total_amount):
assert not self.initialised
self.claims[claim_hash] = {"trending_score": trending_score,
"total_amount": total_amount,
"changed": False}
"total_amount": total_amount,
"changed": False}
def update_claim(self, claim_hash, total_amount, time_boost=1.0):