Skip to content

Commit

Permalink
Set DRep ratify threshold to 51%
Browse files Browse the repository at this point in the history
  • Loading branch information
teodanciu committed Aug 16, 2023
1 parent 2f62afd commit f2e7b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eras/conway/impl/src/Cardano/Ledger/Conway/Rules/Ratify.hs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ spoThreshold :: Rational
spoThreshold = 51 % 100

dRepThreshold :: Rational
dRepThreshold = 0
dRepThreshold = 51 % 100

epochsToExpire :: EpochNo
epochsToExpire = 30
Expand Down

0 comments on commit f2e7b1b

Please sign in to comment.