Skip to content

Commit

Permalink
Deriving Eq Show from EnableNewTxSubmissionProtocol
Browse files Browse the repository at this point in the history
  • Loading branch information
bolt12 committed Sep 25, 2024
1 parent d900a38 commit 1070ab4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import Ouroboros.Network.TxSubmission.Inbound.Types
data EnableNewTxSubmissionProtocol =
EnableNewTxSubmissionProtocol
| DisableNewTxSubmissionProtocol
deriving (Eq, Show)

-- | A tx-submission outbound side (server, sic!).
--
Expand Down

0 comments on commit 1070ab4

Please sign in to comment.