Skip to content

Commit

Permalink
Fix outdated comment in Ledger.Mock.Forge
Browse files Browse the repository at this point in the history
  • Loading branch information
mrBliss committed Feb 10, 2020
1 parent bcd718c commit 41d6f95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 41d6f95

Please sign in to comment.