mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
cmd/devp2p: fixup lesFilter
This commit is contained in:
parent
bed03700ff
commit
4ca202d988
1 changed files with 1 additions and 0 deletions
|
|
@ -187,4 +187,5 @@ func lesFilter(args []string) (nodeFilter, error) {
|
|||
}
|
||||
return n.N.Load(enr.WithEntry("les", &les)) == nil
|
||||
}
|
||||
return f, nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue