Fantom-foundation/go-lachesis

View on GitHub
evmcore/state_transition.go

Summary

Maintainability
A
35 mins
Test Coverage

Method StateTransition.TransitionDb has 5 return statements (exceeds 4 allowed).
Open

func (st *StateTransition) TransitionDb() (*ExecutionResult, error) {
    // First check this message satisfies all consensus rules before
    // applying the message. The rules include these clauses
    //
    // 1. the nonce of the message caller is correct
Severity: Major
Found in evmcore/state_transition.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status