diff --git a/rpcserver.go b/rpcserver.go index a73351dd..75dede9c 100644 --- a/rpcserver.go +++ b/rpcserver.go @@ -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.