eth/gasprice: gofmt

This commit is contained in:
Nick Johnson 2018-01-08 14:37:57 +00:00
parent ef4d9fb75b
commit 67d1681137

View file

@ -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