Return filter in handleGetCBFilter()
This commit is contained in:
parent
cd7857b883
commit
618306116b
1 changed files with 1 additions and 1 deletions
|
@ -2165,7 +2165,7 @@ func handleGetCBFilter(s *rpcServer, cmd interface{}, closeChan <-chan struct{})
|
|||
}
|
||||
}
|
||||
|
||||
return nil, nil
|
||||
return hex.EncodeToString(filterBytes), nil
|
||||
}
|
||||
|
||||
// handleGetConnectionCount implements the getconnectioncount command.
|
||||
|
|
Loading…
Add table
Reference in a new issue