eth/gasprice: Add mistakenly deleted 'continue'

This commit is contained in:
Nick Johnson 2018-01-07 22:40:22 +00:00
parent 85cc91662d
commit ef4d9fb75b

View file

@ -118,6 +118,7 @@ func (gpo *Oracle) SuggestPrice(ctx context.Context) (*big.Int, error) {
exp-- exp--
if res.price != nil { if res.price != nil {
blockPrices = append(blockPrices, res.price) blockPrices = append(blockPrices, res.price)
continue
} }
if maxEmpty > 0 { if maxEmpty > 0 {
maxEmpty-- maxEmpty--