Skip to content

Commit

Permalink
Update Query.hs
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosLopezDeLara committed Dec 20, 2024
1 parent 0e3065c commit 6b4487f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-cli/src/Cardano/CLI/EraBased/Run/Query.hs
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ runQueryKesPeriodInfoCmd
case Map.lookup (coerce blockIssuerHash) opCertCounterMap of
-- Operational certificate exists in the protocol state
-- so our ondisk op cert counter must be greater than or
-- equal to what is in the node state
-- equal to what is in the node state.
Just ptclStateCounter -> return (OpCertOnDiskCounter onDiskOpCertCount, Just $ OpCertNodeStateCounter ptclStateCounter)
Nothing -> return (OpCertOnDiskCounter onDiskOpCertCount, Nothing)

Expand Down

0 comments on commit 6b4487f

Please sign in to comment.