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
fix(l1): remove incorrect debug_assert on trie iteration (#4434)
**Motivation**
When adding support for trie iteration from a given starting point, we
added a `debug_assert!` that checks that the internal stack isn't empty,
but this is incorrect; it is entirely possible that the stack is empty
if the trie is empty, in that case we simply return an empty iterator,
which is fine.
**Description**
<!-- A clear and concise general description of the changes this PR
introduces -->
<!-- Link to issues: Resolves#111, Resolves#222 -->
Closes #issue_number
0 commit comments