Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove FORBIDDEN_KEYS and check_forbidden_key from entropy-tss #1221

Closed
ameba23 opened this issue Dec 17, 2024 · 0 comments · Fixed by #1236
Closed

Remove FORBIDDEN_KEYS and check_forbidden_key from entropy-tss #1221

ameba23 opened this issue Dec 17, 2024 · 0 comments · Fixed by #1236

Comments

@ameba23
Copy link
Contributor

ameba23 commented Dec 17, 2024

Im pretty sure these are a relic from subgroups and no longer used.

I think this function:

pub fn check_forbidden_key(key: &str) -> Result<(), ValidatorErr> {

is only called in tests, and is the only thing that uses the forbidden kvdb keys.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants