Commit 8b63fa82 authored by Felipe Andrade's avatar Felipe Andrade

make tag earliest cacheable

parent a1b85fba
......@@ -271,8 +271,7 @@ func (e *EthGasPriceMethodHandler) PutRPCMethod(context.Context, *RPCReq, *RPCRe
}
func isBlockDependentParam(s string) bool {
return s == "earliest" ||
s == "latest" ||
return s == "latest" ||
s == "pending" ||
s == "finalized" ||
s == "safe"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment