mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
rpc: fixed comment grammar issue (#17146)
This commit is contained in:
parent
3b07451564
commit
dbae1dc7b3
1 changed files with 1 additions and 1 deletions
|
|
@ -304,7 +304,7 @@ func (c *Client) CallContext(ctx context.Context, result interface{}, method str
|
|||
return err
|
||||
}
|
||||
|
||||
// dispatch has accepted the request and will close the channel it when it quits.
|
||||
// dispatch has accepted the request and will close the channel when it quits.
|
||||
switch resp, err := op.wait(ctx); {
|
||||
case err != nil:
|
||||
return err
|
||||
|
|
|
|||
Loading…
Reference in a new issue