all: fix docstring names (#28923)

* fix wrong comment

* reviewers input

* Update log/handler_glog.go

---------

Co-authored-by: Martin HS <martin@swende.se>
This commit is contained in:
zoereco
2024-02-07 21:10:49 +01:00
committed by GitHub
co-authored by Martin HS
parent 69f5d5ba1f
commit 2ab365f6d8
12 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -655,7 +655,7 @@ func (s *BlockChainAPI) GetBalance(ctx context.Context, address common.Address,
return (*hexutil.Big)(b), state.Error()
}
// Result structs for GetProof
// AccountResult structs for GetProof
type AccountResult struct {
Address common.Address `json:"address"`
AccountProof []string `json:"accountProof"`