add new funcs for NodeGroup

This commit is contained in:
ginuerzh
2022-08-25 21:33:41 +08:00
parent 81bf7b985a
commit 04b4a79b80
2 changed files with 6 additions and 2 deletions

View File

@ -34,7 +34,7 @@ func (c *Chain) Route(network, address string) (r *Route) {
break
}
node := group.filter(address).Next()
node := group.FilterAddr(address).Next()
if node == nil {
return
}