File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
eras/shelley/impl/src/Cardano/Ledger/Shelley Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ startStep slotsPerEpoch b@(BlocksMade b') es@(EpochState acnt ss ls pr _ nm) max
203
203
rewsnap =
204
204
RewardSnapShot
205
205
{ rewFees = ssFee ss
206
- , rewprotocolVersion = pr ^. ppProtocolVersionL
206
+ , rewProtocolVersion = pr ^. ppProtocolVersionL
207
207
, rewNonMyopic = nm
208
208
, rewDeltaR1 = deltaR1
209
209
, rewR = _R
@@ -271,7 +271,7 @@ completeRupd
271
271
, rewNonMyopic = nm
272
272
, rewLikelihoods = newLikelihoods
273
273
, rewLeaders = lrewards
274
- , rewprotocolVersion = protVer
274
+ , rewProtocolVersion = protVer
275
275
}
276
276
pulser@ (RSLP _size _free _source (RewardAns prev _now)) -- If prev is Map.empty, we have never pulsed.
277
277
) = do
Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ emptyRewardUpdate =
135
135
-- | To complete the reward update, we need a snap shot of the EpochState particular to this computation
136
136
data RewardSnapShot c = RewardSnapShot
137
137
{ rewFees :: ! Coin
138
- , rewprotocolVersion :: ! ProtVer
138
+ , rewProtocolVersion :: ! ProtVer
139
139
, rewNonMyopic :: ! (NonMyopic c )
140
140
, rewDeltaR1 :: ! Coin -- deltaR1
141
141
, rewR :: ! Coin -- r
You can’t perform that action at this time.
0 commit comments