diff --git a/cardano-node/src/Cardano/Node/Tracing/Tracers/ChainDB.hs b/cardano-node/src/Cardano/Node/Tracing/Tracers/ChainDB.hs index 2c655353df2..696c710fdcc 100644 --- a/cardano-node/src/Cardano/Node/Tracing/Tracers/ChainDB.hs +++ b/cardano-node/src/Cardano/Node/Tracing/Tracers/ChainDB.hs @@ -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" ) ] @@ -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 _ = []