Skip to content

Commit

Permalink
Capitalize comments
Browse files Browse the repository at this point in the history
  • Loading branch information
EncodePanda committed Dec 6, 2021
1 parent 9523b9a commit b67a2e4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ data UpdateLedgerDbTraceEvent blk =
-- | Event fired when we are about to push a block to the LedgerDB
StartedPushingBlockToTheLedgerDb
!(Pushing blk)
-- ^ point which block we are about to push
-- ^ Point which block we are about to push
(PushGoal blk)
-- ^ point to which we are updating the ledger, the last event
-- ^ Point to which we are updating the ledger, the last event
-- StartedPushingBlockToTheLedgerDb will have Pushing and PushGoal
-- wrapping over the same RealPoint
deriving (Show, Eq, Generic)

0 comments on commit b67a2e4

Please sign in to comment.