mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 01:43:47 +00:00
eth/gasprice: gofmt
This commit is contained in:
parent
ef4d9fb75b
commit
67d1681137
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue