Skip to content

Commit c55d609

Browse files
committed
tree maker filter fix
1 parent c02f576 commit c55d609

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/devp2p/nodesetcmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ func nodesetFilter(ctx *cli.Context) error {
7777

7878
result := make(nodeSet)
7979
for id, n := range ns {
80-
if filter(n) {
80+
if filter(n) && len(n.N.Record().Signature()) != 0 {
8181
result[id] = n
8282
}
8383
}

0 commit comments

Comments
 (0)