You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When attempting to decrypt the value for an obfuscated note with a view-key that doesn't own the note, the code doesn't error but panics due to entering unreachable code.
Describe the bug
When attempting to decrypt the value for an obfuscated note with a view-key that doesn't own the note, the code doesn't error but panics due to entering unreachable code.
To Reproduce
In tests/note_test add:
and run the test:
Expected behaviour
In case of an error we should gracefully return the error and not panic.
The text was updated successfully, but these errors were encountered: