We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb37a1f + c55d609 commit 046c4c1Copy full SHA for 046c4c1
1 file changed
cmd/devp2p/nodesetcmd.go
@@ -77,7 +77,7 @@ func nodesetFilter(ctx *cli.Context) error {
77
78
result := make(nodeSet)
79
for id, n := range ns {
80
- if filter(n) {
+ if filter(n) && len(n.N.Record().Signature()) != 0 {
81
result[id] = n
82
}
83
0 commit comments