diff --git a/eth/gasprice/gasprice.go b/eth/gasprice/gasprice.go index a10e4d15a3..96fbbe9453 100644 --- a/eth/gasprice/gasprice.go +++ b/eth/gasprice/gasprice.go @@ -149,7 +149,7 @@ func (gpo *Oracle) SuggestPrice(ctx context.Context) (*big.Int, error) { type getBlockPricesResult struct { price *big.Int - err error + err error } // getLowestPrice calculates the lowest transaction gas price in a given block