mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 01:43:47 +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--
|
||||
if res.price != nil {
|
||||
blockPrices = append(blockPrices, res.price)
|
||||
continue
|
||||
}
|
||||
if maxEmpty > 0 {
|
||||
maxEmpty--
|
||||
|
|
|
|||
Loading…
Reference in a new issue