waku-org/go-waku

View on GitHub
library/discovery.go

Summary

Maintainability
A
40 mins
Test Coverage

Function SetBootnodes has 6 return statements (exceeds 4 allowed).
Open

func SetBootnodes(instance *WakuInstance, bootnodes string) error {
    if err := validateInstance(instance, MustBeStarted); err != nil {
        return err
    }

Severity: Major
Found in library/discovery.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status