synapsecns/sanguine

View on GitHub
ethergo/signer/nonce/nonce.go

Summary

Maintainability
A
35 mins
Test Coverage

Method nonceManagerImp.SignTx has 5 return statements (exceeds 4 allowed).
Open

func (n *nonceManagerImp) SignTx(ogTx *types.Transaction, signer types.Signer, prv *ecdsa.PrivateKey, options ...Option) (*types.Transaction, error) {
    cfg := &signTXConfig{}

    for _, opt := range options {
        opt(cfg)
Severity: Major
Found in ethergo/signer/nonce/nonce.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status