mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
eth/gasprice: Add mistakenly deleted 'continue'
This commit is contained in:
parent
85cc91662d
commit
ef4d9fb75b
1 changed files with 1 additions and 0 deletions
|
|
@ -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--
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue