lbryio/chainquery

View on GitHub
e2e/channel.go

Summary

Maintainability
A
0 mins
Test Coverage

Function createChannel has 5 return statements (exceeds 4 allowed).
Wontfix

func createChannel(name string) (*c.StakeHelper, *btcec.PrivateKey, error) {
    channel, key, err := newChannel()
    if err != nil {
        return nil, nil, err
    }
Severity: Major
Found in e2e/channel.go - About 35 mins to fix

There are no issues that match your filters.

Category
Status