Skip to content

Commit

Permalink
Fix typos in getDesiredPoolNumberValue
Browse files Browse the repository at this point in the history
  • Loading branch information
palas committed May 3, 2024
1 parent 5b72c6c commit 6a9aca0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,8 @@ voteChangeProposal execConfig epochStateView sbe work prefix
-- The @desiredPoolNumberValue@ or (@k@ in the spec) is the protocol parameter
-- that defines what is the optimal number of SPOs. It is a tradeoff between
-- decentralization and efficiency and the spec suggest it should be between 100 an 1000.
-- Changing this parameter will inderectly affect how easy it is to saturate a pool in order to
-- incentivize that the number of SPOs states close to the parameter value.
-- Changing this parameter will indirectly affect how easy it is to saturate a pool in order to
-- incentivize that the number of SPOs stays close to the parameter value.
getDesiredPoolNumberValue :: (EraPParams (ShelleyLedgerEra era), H.MonadAssertion m, MonadTest m, MonadIO m)
=> EpochStateView
-> ConwayEraOnwards era
Expand Down

0 comments on commit 6a9aca0

Please sign in to comment.