Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ramacarlucho committed Aug 8, 2022
1 parent 8a48f1b commit 41484b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc/namespaces/ethereum/eth/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,7 @@ func (e *PublicAPI) GetProof(address common.Address, storageKeys []string, block
_, err = e.backend.GetTendermintBlockByNumber(blockNum)
if err != nil {
// Get 'latest' proof if query is in the future
// this imitates geth behaviour
// this imitates geth behavior
height = 0
}
ctx := rpctypes.ContextWithHeight(height)
Expand Down

0 comments on commit 41484b1

Please sign in to comment.