Skip to content

Commit 3620a99

Browse files
lean-appleRomanHodulak
authored andcommitted
docs: update code doc
1 parent 8946e15 commit 3620a99

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/optimism/flashblocks/src/service.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,13 +320,12 @@ where
320320
if let Some(args) = this.build_args() {
321321
let now = Instant::now();
322322

323-
// Signal that a flashblock build has started
324-
325323
let fb_info = FlashBlockBuildInfo {
326324
parent_hash: args.base.parent_hash,
327325
index: args.last_flashblock_index,
328326
block_number: args.base.block_number,
329327
};
328+
// Signal that a flashblock build has started with build metadata
330329
let _ = this.build_state_tx.send(Some(fb_info));
331330
let (tx, rx) = oneshot::channel();
332331
let builder = this.builder.clone();

0 commit comments

Comments
 (0)