Return filter in handleGetCBFilter()

This commit is contained in:
pedro martelletto 2017-01-14 10:38:46 +00:00 committed by Olaoluwa Osuntokun
parent cd7857b883
commit 618306116b

View File

@ -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.