Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
drsk committed Jan 8, 2025
1 parent 91306a4 commit 8b162b5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3362,9 +3362,9 @@ doGetPoolStatus pbs psBakerId@(BakerId aid) = case delegationChainParameters @pv
currentEpochBaker
^. BaseAccounts.bieBakerPoolInfo
. BaseAccounts.poolCommissionRates,
bpsIsPrimedForSuspension =
bpsIsPrimedForSuspension =
fromCondDef (fmap (Just . primedForSuspension) suspensionInfo) Nothing,
bpsMissedRounds =
bpsMissedRounds =
fromCondDef (fmap (Just . missedRounds) suspensionInfo) Nothing
},
isSuspended
Expand Down

0 comments on commit 8b162b5

Please sign in to comment.