From 41484b15c1c2c52424c6c1ace9800251dc95a21f Mon Sep 17 00:00:00 2001 From: Ramiro Carlucho Date: Mon, 8 Aug 2022 13:38:55 +0100 Subject: [PATCH] fix spelling --- rpc/namespaces/ethereum/eth/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc/namespaces/ethereum/eth/api.go b/rpc/namespaces/ethereum/eth/api.go index e03713677b..60421be318 100644 --- a/rpc/namespaces/ethereum/eth/api.go +++ b/rpc/namespaces/ethereum/eth/api.go @@ -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)