Skip to content

Commit

Permalink
Update ouroboros-consensus-shelley/src/Ouroboros/Consensus/Shelley/Le…
Browse files Browse the repository at this point in the history
…dger/Ledger.hs
  • Loading branch information
edsko authored Apr 14, 2020
1 parent ca0f9ea commit b1c73df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ instance TPraosCrypto c => LedgerSupportsProtocol (ShelleyBlock c) where
ShelleyLedgerState {history , shelleyState} = ledgerState
ShelleyLedgerConfig globals = cfg
k = SL.securityParameter globals
now = ledgerTipSlot ledgerState
tip = ledgerTipSlot ledgerState

-- Inclusive lower bound
minLo :: WithOrigin SlotNo
Expand Down

0 comments on commit b1c73df

Please sign in to comment.