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/Praos/Common.hs
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ import qualified Control.Tracer as Tracer
43
43
importData.Function (on)
44
44
importData.Map.Strict (Map)
45
45
importData.Ord (Down (Down))
46
+
importData.Void
46
47
importData.Word (Word64)
47
48
importGHC.Generics (Generic)
48
49
importNoThunks.Class
@@ -277,7 +278,8 @@ data PraosCredentialsSource c where
0 commit comments