Skip to content

Commit

Permalink
Merge pull request #1593 from input-output-hk/uroboros/fix_epoch_newpp
Browse files Browse the repository at this point in the history
Fix EPOCH STS rule to feed correct Pool state into NEWPP
  • Loading branch information
nc6 committed Jun 30, 2020
2 parents 40698f8 + ae2394b commit fc09235
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ epochTransition = do
let ppNew = votedValuePParams ppup pp (fromIntegral coreNodeQuorum)
NewppState utxoSt'' acnt'' pp' <-
trans @(NEWPP crypto) $
TRC (NewppEnv dstate' pstate', NewppState utxoSt' acnt' pp, ppNew)
TRC (NewppEnv dstate' pstate'', NewppState utxoSt' acnt' pp, ppNew)
pure $
EpochState
acnt''
Expand Down

0 comments on commit fc09235

Please sign in to comment.