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
## Description
If `input` is empty a panic occurs. This PR sets `flag` to the default
value in that case.
## Performance / NEAR gas cost considerations
## Testing
Fuzzing.
## How should this be reviewed
Ensure that `flag` assuming the default value if `input` is empty is the
intended behavior.
## Additional information
0 commit comments