Skip to content

Conversation

@sky-coderay
Copy link

Removed duplicate error check after crypto.Sign call. The second check was unreachable since the first one already returns on error.

This looks like a copy-paste leftover - the error is properly handled in the first if statement, so the second one never executes.

Removed redundant error check after signing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant