all: fix docstrings (#29311)

pull/29047/head
George Ma 6 months ago committed by GitHub
parent d9bde37ac3
commit 38eb8b3e20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      beacon/light/api/light_api.go
  2. 2
      crypto/bn256/google/bn256.go

@ -146,7 +146,7 @@ func (api *BeaconLightApi) httpGetf(format string, params ...any) ([]byte, error
return api.httpGet(fmt.Sprintf(format, params...))
}
// GetBestUpdateAndCommittee fetches and validates LightClientUpdate for given
// GetBestUpdatesAndCommittees fetches and validates LightClientUpdate for given
// period and full serialized committee for the next period (committee root hash
// equals update.NextSyncCommitteeRoot).
// Note that the results are validated but the update signature should be verified

@ -29,7 +29,7 @@ import (
)
// BUG(agl): this implementation is not constant time.
// TODO(agl): keep GF(p²) elements in Mongomery form.
// TODO(agl): keep GF(p²) elements in Montgomery form.
// G1 is an abstract cyclic group. The zero value is suitable for use as the
// output of an operation, but cannot be used as an input.

Loading…
Cancel
Save