mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
chore: fix some comments (#14270)
Signed-off-by: shangchengbabaiban <shuang.cui@live.cn> Co-authored-by: Radosław Kapka <rkapka@wp.pl>
This commit is contained in:
committed by
GitHub
parent
09028033c0
commit
be80728320
@@ -32,7 +32,7 @@ func (e Endpoint) Equals(other Endpoint) bool {
|
||||
return e.Url == other.Url && e.Auth.Equals(other.Auth)
|
||||
}
|
||||
|
||||
// HttpClient creates a http client object dependant
|
||||
// HttpClient creates a http client object dependent
|
||||
// on the properties of the network endpoint.
|
||||
func (e Endpoint) HttpClient() *http.Client {
|
||||
if e.Auth.Method != authorization.Bearer {
|
||||
|
||||
Reference in New Issue
Block a user