Skip to content

Commit 5c4f271

Browse files
committed
cardano-node: fix typos
1 parent afaf32e commit 5c4f271

File tree

1 file changed

+2
-2
lines changed
  • cardano-node/src/Cardano/Node/Tracing/Tracers

1 file changed

+2
-2
lines changed

cardano-node/src/Cardano/Node/Tracing/Tracers/ChainDB.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ instance MetaTrace (ChainDB.TraceAddBlockEvent blk) where
749749
, "counter for forks"
750750
)
751751
, ( "tipBlock"
752-
, "Hash vallues for tipBlockHash, tipBlockParentHash and tipBlockIssuerVkHashText"
752+
, "Values for hash, parent hash and issuer verification key hash"
753753
)
754754
]
755755

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

0 commit comments

Comments
 (0)