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/src/ouroboros-consensus/Ouroboros/Consensus/HardFork/Combinator/Serialisation/SerialiseNodeToClient.hs
Copy file name to clipboardExpand all lines: ouroboros-consensus/src/ouroboros-consensus/Ouroboros/Consensus/HardFork/Combinator/Serialisation/SerialiseNodeToNode.hs
+5-8
Original file line number
Diff line number
Diff line change
@@ -147,23 +147,20 @@ instance SerialiseHFC xs
147
147
-- need to handle the cases where 'ShortByteString's are serialised with
148
148
-- an era tag ('encodeNS').
149
149
150
-
encodeNodeToNode cc v (HardForkGenTxId (OneEraGenTxId txid)) =do
150
+
encodeNodeToNode _cc v (HardForkGenTxId (OneEraGenTxId txid)) =do
0 commit comments