We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9081a53 commit b9b822dCopy full SHA for b9b822d
cardano-node/src/Cardano/Node/Tracing/Tracers/Consensus.hs
@@ -1052,7 +1052,7 @@ instance LogFormatting TraceStartLeadershipCheckPlus where
1052
mconcat [ "kind" .= String "TraceStartLeadershipCheck"
1053
, "slot" .= toJSON (unSlotNo tsSlotNo)
1054
, "utxoSize" .= Number (fromIntegral tsUtxoSize)
1055
- , "delegMapSize" .= Number (fromIntegral tsUtxoSize)
+ , "delegMapSize" .= Number (fromIntegral tsDelegMapSize)
1056
, "chainDensity" .= Number (fromRational (toRational tsChainDensity))
1057
]
1058
forHuman TraceStartLeadershipCheckPlus {..} =
0 commit comments