status-im/status-go

View on GitHub
services/web3provider/service.go

Summary

Maintainability
A
35 mins
Test Coverage
A
100%

Function NewService has 7 arguments (exceeds 6 allowed). Consider refactoring.
Open

func NewService(appDB *sql.DB, accountsDB *accounts.Database, rpcClient *rpc.Client, config *params.NodeConfig, accountsManager *account.GethManager, rpcFiltersSrvc *rpcfilters.Service, transactor *transactions.Transactor) *Service {
Severity: Major
Found in services/web3provider/service.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status