We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c02f576 commit c55d609Copy full SHA for c55d609
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