Skip to content

Commit 046c4c1

Browse files
authored
Merge pull request #2578 from CortexFoundation/dev
tree maker filter fix
2 parents cb37a1f + c55d609 commit 046c4c1

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)