We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be9afc6 commit cff5d5dCopy full SHA for cff5d5d
3 files changed
ouroboros-network/lib/Ouroboros/Network/TxSubmission/Inbound/V2/Policy.hs
@@ -64,7 +64,7 @@ data TxDecisionPolicy = TxDecisionPolicy {
64
interTxSpace :: !DiffTime
65
-- ^ space between actual requests for the same TX.
66
}
67
- deriving Show
+ deriving (Eq, Show)
68
69
instance NFData TxDecisionPolicy where
70
rnf TxDecisionPolicy{} = ()
ouroboros-network/lib/Ouroboros/Network/TxSubmission/Inbound/V2/State.hs
@@ -12,6 +12,7 @@ module Ouroboros.Network.TxSubmission.Inbound.V2.State
12
, advertisingPeersForTxKeysExcept
13
, advertisingPeersForTxExcept
14
, removeAdvertisingPeersForResolvedTx
15
+ , currentPeerScore
16
, drainPeerScore
17
, applyPeerRejections
18
, sweepSharedState
0 commit comments