File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
cardano-node/src/Cardano/Node/Tracing/Tracers Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -1194,6 +1194,9 @@ instance MetaTrace (TraceTxSubmissionInbound txid tx) where
1194
1194
documentFor (Namespace _ [" TxInboundAddedToMempool" ]) = Just $ mconcat
1195
1195
[ " Transaction ids that made it into the mempool"
1196
1196
]
1197
+ documentFor (Namespace _ [" TxInboundRejectedFromMempool" ]) = Just $ mconcat
1198
+ [ " Transaction ids that were rejected from mempool"
1199
+ ]
1197
1200
documentFor (Namespace _ [" TxInboundDecision" ]) = Just $ mconcat
1198
1201
[ " Current decision made by the decision logic thread"
1199
1202
, " to guide the TX Submission protocol"
@@ -1210,7 +1213,9 @@ instance MetaTrace (TraceTxSubmissionInbound txid tx) where
1210
1213
, Namespace [] [" CanRequestMoreTxs" ]
1211
1214
, Namespace [] [" CannotRequestMoreTxs" ]
1212
1215
, Namespace [] [" TxInboundAddedToMempool" ]
1216
+ , Namespace [] [" TxInboundRejectedFromMempool" ]
1213
1217
, Namespace [] [" TxInboundDecision" ]
1218
+ , Namespace [] [" TxInboundError" ]
1214
1219
]
1215
1220
1216
1221
--------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments