Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
fhenneke committed Nov 8, 2024
1 parent 6321bb6 commit 7b725ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/fetch/payouts.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,7 @@ def reward_scaling(self) -> Fraction:
return 1 - SERVICE_FEE_FACTOR * self.service_fee

def total_service_fee(self) -> Fraction:
"""Scaling factor for service fee
The reward is multiplied by this factor"""
"""Total service fee charged from rewards"""
return (
SERVICE_FEE_FACTOR
* self.service_fee
Expand Down

0 comments on commit 7b725ee

Please sign in to comment.