From ef4d9fb75b06e240e7e470de1d449cbcece56c9d Mon Sep 17 00:00:00 2001 From: Nick Johnson Date: Sun, 7 Jan 2018 22:40:22 +0000 Subject: [PATCH] eth/gasprice: Add mistakenly deleted 'continue' --- eth/gasprice/gasprice.go | 1 + 1 file changed, 1 insertion(+) 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--