Skip to content
Snippets Groups Projects
Verified Commit 2afb109f authored by Michal Kucharczyk's avatar Michal Kucharczyk
Browse files

graph::listener: note added

parent 82761aee
No related merge requests found
Pipeline #500844 waiting for manual action with stages
in 5 minutes and 52 seconds
......@@ -135,6 +135,7 @@ impl<H: hash::Hash + traits::Member + Serialize + Clone, C: ChainApi> Listener<H
None => watcher.dropped(),
});
//note: LimitEnforced could be introduced as new status to get rid of this flag.
if limits_enforced {
if let Some(ref sink) = self.dropped_by_limits_sink {
if let Err(e) = sink.unbounded_send((tx.clone(), TransactionStatus::Dropped)) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment