We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec0d0d1 commit 9b4030eCopy full SHA for 9b4030e
src/tasks/cache/task.rs
@@ -52,6 +52,7 @@ impl CacheTask {
52
}
53
54
Some(bundle) = self.bundles.recv() => {
55
+ debug!(?bundle, "Received bundle from tx-pool");
56
let res = cache.add_bundle(bundle.bundle, basefee);
57
// Skip bundles that fail to be added to the cache
58
if let Err(e) = res {
0 commit comments