Skip to content

Commit 9b4030e

Browse files
committed
chore: more logs
1 parent ec0d0d1 commit 9b4030e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tasks/cache/task.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ impl CacheTask {
5252
}
5353
}
5454
Some(bundle) = self.bundles.recv() => {
55+
debug!(?bundle, "Received bundle from tx-pool");
5556
let res = cache.add_bundle(bundle.bundle, basefee);
5657
// Skip bundles that fail to be added to the cache
5758
if let Err(e) = res {

0 commit comments

Comments
 (0)