Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandemeusy committed Jun 6, 2024
1 parent d862ee4 commit b8c9def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ct-app/core/model/peer.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def has_low_stake(self) -> bool:
if self.economic_model is None:
raise ValueError("Economic model not set")

return self.split_stake < self.economic_model.parameters.l
return self.split_stake < self.economic_model.coefficients.l

@property
def max_expected_reward(self):
Expand Down

0 comments on commit b8c9def

Please sign in to comment.