|
partialLedgerConfigConway :: PartialLedgerConfig (ShelleyBlock (Praos c) ConwayEra) |
|
partialLedgerConfigConway = |
|
mkPartialLedgerConfigShelley |
|
transitionConfigConway |
|
TriggerHardForkNotDuringThisExecution |
That TriggerHardForkNotDuringThisExecution should instead be toTriggerHardFork triggerHardForkDijkstra, like it is for the other non-final eras.
ouroboros-consensus/ouroboros-consensus-cardano/src/ouroboros-consensus-cardano/Ouroboros/Consensus/Cardano/Node.hs
Lines 820 to 824 in 699c484
That
TriggerHardForkNotDuringThisExecutionshould instead betoTriggerHardFork triggerHardForkDijkstra, like it is for the other non-final eras.