diff --git a/op-enclave/enclave/server.go b/op-enclave/enclave/server.go index 626fcf70..4e7c6e94 100644 --- a/op-enclave/enclave/server.go +++ b/op-enclave/enclave/server.go @@ -285,10 +285,6 @@ func (s *Server) ExecuteStateless( if err != nil { return nil, fmt.Errorf("failed to sign: %w", err) } - - if err != nil { - return nil, err - } return &Proposal{ OutputRoot: outputRoot, Signature: sig,