Skip to content

Commit

Permalink
Format as above
Browse files Browse the repository at this point in the history
  • Loading branch information
mgudemann committed Nov 11, 2019
1 parent ada8828 commit adafb17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shelley/chain-and-ledger/executable-spec/src/STS/Pool.hs
Expand Up @@ -60,7 +60,8 @@ poolDelegationTransition = do
}
else -- re-register
pure $ ps { _pParams = _pParams ps (hk, poolParam)
, _retiring = Set.singleton hk _retiring ps }
, _retiring = Set.singleton hk _retiring ps
}

RetirePool hk (Epoch e) -> do
let Epoch cepoch = epochFromSlot slot
Expand Down

0 comments on commit adafb17

Please sign in to comment.