status-im/status-go

View on GitHub
services/wallet/history/service.go

Summary

Maintainability
A
45 mins
Test Coverage
F
42%

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

func NewService(db *sql.DB, accountsDB *accounts.Database, accountFeed *event.Feed, eventFeed *event.Feed, rpcClient *statusrpc.Client, tokenManager *token.Manager, marketManager *market.Manager, balanceCache balance.CacheIface) *Service {
Severity: Major
Found in services/wallet/history/service.go - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status