Skip to content

Commit 1deb340

Browse files
bolt12coot
authored andcommitted
Deriving Eq Show from EnableNewTxSubmissionProtocol
1 parent f881332 commit 1deb340

File tree

1 file changed

+1
-0
lines changed
  • ouroboros-network/src/Ouroboros/Network/TxSubmission/Inbound

1 file changed

+1
-0
lines changed

ouroboros-network/src/Ouroboros/Network/TxSubmission/Inbound/Server.hs

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ import Ouroboros.Network.TxSubmission.Inbound.Types
3030
data EnableNewTxSubmissionProtocol =
3131
EnableNewTxSubmissionProtocol
3232
| DisableNewTxSubmissionProtocol
33+
deriving (Eq, Show)
3334

3435
-- | A tx-submission outbound side (server, sic!).
3536
--

0 commit comments

Comments
 (0)