-
Notifications
You must be signed in to change notification settings - Fork 271
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
Implement PrivateSet.pop_notes #4989
Comments
get_notes
to pop_notes
With #4940 closed as |
get_notes
to pop_notes
Once we have #7831, we can add |
Once #4940 is merged we should perform this rename. There's multiple use cases in which we only care about removal and not retrieval, so we get things like:
which are how we'd make sure we deleted at least one note, though the intent is highly cryptic. #4988 will also help in removing the
assert
statement, solet _ = set.pop_notes(opts)
will mean that at least some notes were deleted.The text was updated successfully, but these errors were encountered: