We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36a72f commit 66f1812Copy full SHA for 66f1812
ouroboros-consensus-cardano/src/unstable-shelley-testlib/Test/ThreadNet/TxGen/Shelley.hs
@@ -103,8 +103,9 @@ genTx _cfg slotNo TickedShelleyLedgerState { tickedShelleyLedgerState } genEnv =
103
epochState = SL.nesEs tickedShelleyLedgerState
104
105
ledgerEnv :: SL.LedgerEnv (MockShelley h)
106
- ledgerEnv = SL.LedgerEnv {
107
- ledgerSlotNo = slotNo
+ ledgerEnv = SL.LedgerEnv
+ { ledgerEpochNo = Nothing
108
+ , ledgerSlotNo = slotNo
109
, ledgerIx = minBound
110
, ledgerPp = getPParams tickedShelleyLedgerState
111
, ledgerAccount = SL.esAccountState epochState
0 commit comments