Fantom-foundation/go-lachesis

View on GitHub
evmcore/apply_genesis.go

Summary

Maintainability
A
35 mins
Test Coverage

Function ApplyGenesis has 5 return statements (exceeds 4 allowed).
Open

func ApplyGenesis(db ethdb.Database, net *lachesis.Config) (*EvmBlock, error) {
    if net == nil {
        return nil, ErrNoGenesis
    }

Severity: Major
Found in evmcore/apply_genesis.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status