diff --git a/eth/gasprice/gasprice.go b/eth/gasprice/gasprice.go index 4093dd6cd0..a10e4d15a3 100644 --- a/eth/gasprice/gasprice.go +++ b/eth/gasprice/gasprice.go @@ -118,6 +118,7 @@ func (gpo *Oracle) SuggestPrice(ctx context.Context) (*big.Int, error) { exp-- if res.price != nil { blockPrices = append(blockPrices, res.price) + continue } if maxEmpty > 0 { maxEmpty--