Skip to content

Commit b8b7eb6

Browse files
committed
update
1 parent 73f1ad8 commit b8b7eb6

File tree

2 files changed

+18
-14
lines changed

2 files changed

+18
-14
lines changed

Cargo.lock

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chain/src/engine.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,11 @@ impl<
184184
codec_config: (usize::MAX, usize::MAX),
185185
},
186186
);
187-
let shard_mailbox = ShardMailbox::new(buffer_mailbox.clone(), ());
187+
let shard_mailbox = ShardMailbox::new(
188+
context.with_label("shard_mailbox"),
189+
buffer_mailbox.clone(),
190+
(),
191+
);
188192

189193
// Create the reporter
190194
let reporter = (

0 commit comments

Comments
 (0)