You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ouroboros-consensus-protocol/src/ouroboros-consensus-protocol/Ouroboros/Consensus/Protocol/Ledger/HotKey.hs
Copy file name to clipboardExpand all lines: ouroboros-consensus-protocol/src/ouroboros-consensus-protocol/Ouroboros/Consensus/Protocol/Praos/AgentClient.hs
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,9 @@ class ( Crypto c
82
82
instanceAgentCryptoStandardCryptowhere
83
83
typeACryptoStandardCrypto=Agent.StandardCrypto
84
84
85
+
convertPeriod::Agent.KESPeriod->OCert.KESPeriod
86
+
convertPeriod (Agent.KESPeriod p) =OCert.KESPeriod p
87
+
85
88
convertOCert:: ( AgentCryptoc
86
89
)
87
90
=>Agent.OCert (ACryptoc) ->OCert.OCertc
@@ -130,9 +133,10 @@ runKESAgentClient :: forall m c.
Copy file name to clipboardExpand all lines: ouroboros-consensus-protocol/src/ouroboros-consensus-protocol/Ouroboros/Consensus/Protocol/Praos/Common.hs
0 commit comments