diff --git a/das/celestia/celestia.go b/das/celestia/celestia.go index af7c7fb7cc..70b7143e47 100644 --- a/das/celestia/celestia.go +++ b/das/celestia/celestia.go @@ -470,7 +470,7 @@ func (c *CelestiaDA) GetProof(ctx context.Context, msg []byte) ([]byte, error) { if err != nil { celestiaValidationFailureCounter.Inc(1) log.Error("Couldn't unmarshal Celestia blob pointer", "err", err) - return nil, nil + return nil, err } // Get data root from a celestia node