Closed yash-atreya closed 2 weeks ago
Currently we don't correctly handle a eth_feeHistory response in which gasUsedRatio is null.
eth_feeHistory
gasUsedRatio
null
Handle this case by deserializing to an empty vec.
Motivation
Currently we don't correctly handle a
eth_feeHistory
response in whichgasUsedRatio
isnull
.Solution
Handle this case by deserializing to an empty vec.
PR Checklist