Skip to content

Commit

Permalink
cmd/devp2p: fixup lesFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl committed Oct 8, 2019
1 parent bed0370 commit 4ca202d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/devp2p/nodesetcmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,4 +187,5 @@ func lesFilter(args []string) (nodeFilter, error) {
}
return n.N.Load(enr.WithEntry("les", &les)) == nil
}
return f, nil
}

0 comments on commit 4ca202d

Please sign in to comment.