Skip to content

Commit 755ee09

Browse files
Soupstrawlehins
andauthored
Update libs/cardano-ledger-core/src/Cardano/Ledger/State/CertState.hs
Co-authored-by: Alexey Kuleshevich <alexey.kuleshevich@iohk.io>
1 parent f088f7f commit 755ee09

File tree

1 file changed

+1
-1
lines changed
  • libs/cardano-ledger-core/src/Cardano/Ledger/State

1 file changed

+1
-1
lines changed

libs/cardano-ledger-core/src/Cardano/Ledger/State/CertState.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ payPoolDeposit ::
420420
payPoolDeposit keyhash pp pstate = pstate {psDeposits = newpool}
421421
where
422422
pool = psDeposits pstate
423-
!deposit = pp ^. ppPoolDepositL
423+
!deposit = pp ^. ppPoolDepositCompactL
424424
newpool
425425
| Map.notMember keyhash pool = Map.insert keyhash (compactCoinOrError deposit) pool
426426
| otherwise = pool

0 commit comments

Comments
 (0)