Skip to content

Commit

Permalink
Collect daily effort for Gigahorse.
Browse files Browse the repository at this point in the history
  • Loading branch information
guydavis committed Aug 16, 2023
1 parent a1eecb0 commit 4ef1055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/schedules/stats_effort.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def collect():
current_datetime = datetime.datetime.now().strftime("%Y%m%d%H%M")
blockchain = globals.enabled_blockchains()[0]
try:
if blockchain in ['gigahorse', 'mmx']:
if blockchain in ['mmx']:
app.logger.debug("Unable to calculate effort for MMX blockchain. Only Chia and forks supported.")
return
farm_summary = chia_cli.load_farm_summary(blockchain)
Expand Down

0 comments on commit 4ef1055

Please sign in to comment.