Skip to content

Commit

Permalink
cardano-node: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jutaro committed Dec 13, 2024
1 parent afaf32e commit 5c4f271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cardano-node/src/Cardano/Node/Tracing/Tracers/ChainDB.hs
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ instance MetaTrace (ChainDB.TraceAddBlockEvent blk) where
, "counter for forks"
)
, ( "tipBlock"
, "Hash vallues for tipBlockHash, tipBlockParentHash and tipBlockIssuerVkHashText"
, "Values for hash, parent hash and issuer verification key hash"
)
]

Expand All @@ -776,7 +776,7 @@ instance MetaTrace (ChainDB.TraceAddBlockEvent blk) where
, "In which epoch is the tip of the current chain."
)
, ( "tipBlock"
, "Hash vallues for tipBlockHash, tipBlockParentHash and tipBlockIssuerVkHashText"
, "Values for hash, parent hash and issuer verification key hash"
)
]
metricsDocFor _ = []
Expand Down

0 comments on commit 5c4f271

Please sign in to comment.