Commit a11d81c6 authored by protolambda's avatar protolambda

op-node: lint fix

parent e7f3c5b8
......@@ -430,7 +430,7 @@ func (eq *EngineQueue) tryNextUnsafePayload(ctx context.Context) error {
}
func (eq *EngineQueue) tryNextSafeAttributes(ctx context.Context) error {
if eq.safeAttributes == nil { // sanity check the attributes are there
if eq.safeAttributes == nil { // sanity check the attributes are there
return nil
}
// validate the safe attributes before processing them. The engine may have completed processing them through other means.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment