File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cardano-node/src/Cardano/Node/Tracing/Tracers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -749,7 +749,7 @@ instance MetaTrace (ChainDB.TraceAddBlockEvent blk) where
749
749
, " counter for forks"
750
750
)
751
751
, ( " tipBlock"
752
- , " Hash vallues for tipBlockHash, tipBlockParentHash and tipBlockIssuerVkHashText "
752
+ , " Values for hash, parent hash and issuer verification key hash "
753
753
)
754
754
]
755
755
@@ -776,7 +776,7 @@ instance MetaTrace (ChainDB.TraceAddBlockEvent blk) where
776
776
, " In which epoch is the tip of the current chain."
777
777
)
778
778
, ( " tipBlock"
779
- , " Hash vallues for tipBlockHash, tipBlockParentHash and tipBlockIssuerVkHashText "
779
+ , " Values for hash, parent hash and issuer verification key hash "
780
780
)
781
781
]
782
782
metricsDocFor _ = []
You can’t perform that action at this time.
0 commit comments