Skip to content

Commit

Permalink
Remove redundant comment from update_orders_sealed_at
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmichalis committed Dec 18, 2024
1 parent 171d8fc commit 0b88aa0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/rbuilder/src/building/built_block_trace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ impl BuiltBlockTrace {
/// Should be called after block is sealed
/// Sets:
/// orders_sealed_at to the current time
/// orders_closed_at to the given time
pub fn update_orders_sealed_at(&mut self) {
self.orders_sealed_at = OffsetDateTime::now_utc();
}
Expand Down

0 comments on commit 0b88aa0

Please sign in to comment.