From 41d6f956cfc139a97854ab6676716e6257573d77 Mon Sep 17 00:00:00 2001 From: Thomas Winant Date: Thu, 6 Feb 2020 16:20:09 +0100 Subject: [PATCH] Fix outdated comment in Ledger.Mock.Forge --- .../src/Ouroboros/Consensus/Ledger/Mock/Forge.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ouroboros-consensus/src/Ouroboros/Consensus/Ledger/Mock/Forge.hs b/ouroboros-consensus/src/Ouroboros/Consensus/Ledger/Mock/Forge.hs index 3ac0fdff1ab..0174420b255 100644 --- a/ouroboros-consensus/src/Ouroboros/Consensus/Ledger/Mock/Forge.hs +++ b/ouroboros-consensus/src/Ouroboros/Consensus/Ledger/Mock/Forge.hs @@ -33,7 +33,7 @@ forgeSimple :: forall p c m ext. => NodeConfig p -> SlotNo -- ^ Current slot -> BlockNo -- ^ Current block number - -> ExtLedgerState (SimpleBlock c ext) -- ^ Previous hash + -> ExtLedgerState (SimpleBlock c ext) -- ^ Current ledger -> [GenTx (SimpleBlock c ext)] -- ^ Txs to add in the block -> IsLeader p -- ^ Proof we are slot leader -> m (SimpleBlock c ext)