Skip to content

Commit

Permalink
fix: typo in the code comments [skip CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
threewebcode authored Apr 19, 2024
1 parent e62ecbd commit 5013bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion op-node/node/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func (n *adminAPI) SequencerActive(ctx context.Context) (bool, error) {
return n.dr.SequencerActive(ctx)
}

// PostUnsafePayload is a special API that allow posting an unsafe payload to the L2 derivation pipeline.
// PostUnsafePayload is a special API that allows posting an unsafe payload to the L2 derivation pipeline.
// It should only be used by op-conductor for sequencer failover scenarios.
// TODO(ethereum-optimism/optimism#9064): op-conductor Dencun changes.
func (n *adminAPI) PostUnsafePayload(ctx context.Context, envelope *eth.ExecutionPayloadEnvelope) error {
Expand Down

0 comments on commit 5013bd5

Please sign in to comment.