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

dropped_watcher: fix for flaky test

fatp_limits_watcher_non_intial_view_drops_transaction was rarely failing
parent 888e4269
No related merge requests found
......@@ -175,7 +175,8 @@ where
})
}
} else {
debug!("[{:?}] dropped_watcher: skipping non tracked tx", tx_hash);
debug!("[{:?}] dropped_watcher: removing (non-tracked) tx", tx_hash);
return Some(tx_hash)
}
},
_ => {},
......
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