status-im/status-go

View on GitHub
eth-node/core/types/transaction.go

Summary

Maintainability
A
45 mins
Test Coverage
F
0%

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

func NewMessage(from types.Address, to *types.Address, nonce uint64, amount *big.Int, gasLimit uint64, gasPrice *big.Int, data []byte, checkNonce bool) Message {
Severity: Major
Found in eth-node/core/types/transaction.go - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status