Skip to content

Commit

Permalink
fixup! ouroboros-network upgrade: update NodeToClient versions
Browse files Browse the repository at this point in the history
  • Loading branch information
neilmayhew committed Dec 6, 2024
1 parent 003f3de commit 3bfd193
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions cardano-node/src/Cardano/Node/Tracing/Tracers/Startup.hs
Original file line number Diff line number Diff line change
Expand Up @@ -433,16 +433,10 @@ instance MetaTrace (StartupTrace blk) where

nodeToClientVersionToInt :: NodeToClientVersion -> Int
nodeToClientVersionToInt = \case
NodeToClientV_9 -> 9
NodeToClientV_10 -> 10
NodeToClientV_11 -> 11
NodeToClientV_12 -> 12
NodeToClientV_13 -> 13
NodeToClientV_14 -> 14
NodeToClientV_15 -> 15
NodeToClientV_16 -> 16
NodeToClientV_17 -> 17
NodeToClientV_18 -> 18
NodeToClientV_19 -> 19

nodeToNodeVersionToInt :: NodeToNodeVersion -> Int
nodeToNodeVersionToInt = \case
Expand Down

0 comments on commit 3bfd193

Please sign in to comment.