make tag earliest cacheable

This commit is contained in:
Felipe Andrade 2023-05-09 09:38:00 -07:00
parent cc9f6022de
commit b95f2a6a62

@ -271,8 +271,7 @@ func (e *EthGasPriceMethodHandler) PutRPCMethod(context.Context, *RPCReq, *RPCRe
} }
func isBlockDependentParam(s string) bool { func isBlockDependentParam(s string) bool {
return s == "earliest" || return s == "latest" ||
s == "latest" ||
s == "pending" || s == "pending" ||
s == "finalized" || s == "finalized" ||
s == "safe" s == "safe"