Skip to content

Commit 485541f

Browse files
committed
fixup! Add delegators to StakePoolState
1 parent 5ac7675 commit 485541f

File tree

1 file changed

+1
-1
lines changed
  • libs/cardano-ledger-test/src/Test/Cardano/Ledger/Generic

1 file changed

+1
-1
lines changed

libs/cardano-ledger-test/src/Test/Cardano/Ledger/Generic/Instances.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ applyShelleyCert model dcert = case dcert of
118118
{ mStakePools =
119119
Map.insert
120120
hk
121-
(mkStakePoolState (pp ^. ppPoolDepositCompactL) mempty stakePoolparams)
121+
(mkStakePoolState (pp ^. ppPoolDepositCompactL) mempty stakePoolParams)
122122
(mStakePools model)
123123
, mDeposited =
124124
if Map.member hk (mStakePools model)

0 commit comments

Comments
 (0)