Skip to content

Commit

Permalink
[466] Remove unused imports / defs
Browse files Browse the repository at this point in the history
  • Loading branch information
uroboros committed May 31, 2019
1 parent 7df3607 commit 9315a40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ instance STS BHEAD where

transitionRules =
[ do
TRC ((epochEnv, sLast), us, bh) <- judgmentContext
TRC ((_, sLast), us, bh) <- judgmentContext
us' <- trans @EPOCH $ TRC (sEpoch sLast, us, bh ^. bhSlot)
let sMax = snd (us' ^. _1) ^. maxHdrSz
bHeaderSize bh <= sMax ?! HeaderSizeTooBig
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module Cardano.Spec.Chain.STS.Rule.Epoch where

-- import Control.Lens ((^.), _2)
import Control.State.Transition
import Data.Bimap (Bimap)
import Ledger.Core
import Ledger.Update

Expand Down

0 comments on commit 9315a40

Please sign in to comment.