Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: verbose changed to variable name
Browse files Browse the repository at this point in the history
aziolek authored and pik694 committed Mar 14, 2024
1 parent babbbd8 commit e80c54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/infrastructure/routes/epochs.py
Original file line number Diff line number Diff line change
@@ -92,7 +92,7 @@ def get(self):
"matchedRewards": fields.String(
required=False,
description="""Total matched rewards for the given epoch.
Includes matchedRewards from Golem Foundation and funds from patrons."""
Includes matchedRewards from Golem Foundation and patronRewards.""",
),
"leftover": fields.String(
required=False,

0 comments on commit e80c54c

Please sign in to comment.