Skip to content
This repository was archived by the owner on Mar 8, 2025. It is now read-only.

Commit

Permalink
chore: update comments for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasZhr committed Oct 29, 2024
1 parent 777f4d0 commit 4f1a30f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions op-node/rollup/sequencing/sequencer.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ func (d *Sequencer) onBuildSealed(x engine.BuildSealedEvent) {
"txs", len(x.Envelope.ExecutionPayload.Transactions),
"time", uint64(x.Envelope.ExecutionPayload.Timestamp))

//TODO(silas): CommitUnsafePayload
//TODO: Use GetPayload instead of GetMinimizedPayload if we need to commit an unsafe payload to other conductors.
// generous timeout, the conductor is important
// ctx, cancel := context.WithTimeout(d.ctx, time.Second*30)
// defer cancel()
Expand All @@ -286,7 +286,6 @@ func (d *Sequencer) onBuildSealed(x engine.BuildSealedEvent) {
// return
// }

//TODO(silas): start gossip
// begin gossiping as soon as possible
// asyncGossip.Clear() will be called later if an non-temporary error is found,
// or if the payload is successfully inserted
Expand Down

0 comments on commit 4f1a30f

Please sign in to comment.