synapsecns/sanguine

View on GitHub
ethergo/backends/simulated/chain.go

Summary

Maintainability
A
45 mins
Test Coverage

Method Client.SuggestGasPrice has 7 return statements (exceeds 4 allowed).
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
Severity: Major
Found in ethergo/backends/simulated/chain.go - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status