ethergo/backends/simulated/chain.go
Method Client.SuggestGasPrice
has 7 return statements (exceeds 4 allowed). Open
Open
func (s Client) SuggestGasPrice(ctx context.Context) (gasPrice *big.Int, err error) {
g, ctx := errgroup.WithContext(ctx)
var (
// baseFee is the base fee to add to the gas price estimation
baseFee *big.Int