Skip to content

Commit

Permalink
fake error version
Browse files Browse the repository at this point in the history
  • Loading branch information
eric committed Aug 8, 2023
1 parent 63cf556 commit 244d57d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions op-node/node/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ func (n *adminAPI) StopSequencer(ctx context.Context) (common.Hash, error) {
func (n *adminAPI) SequencerActive(ctx context.Context) (bool, error) {
recordDur := n.m.RecordRPCServerRequest("admin_sequencerActive")
defer recordDur()
if ctx != nil {
panic("error")
}
return n.dr.SequencerActive(ctx)
}

Expand Down

0 comments on commit 244d57d

Please sign in to comment.