Skip to content

Conversation

@utkarshg6
Copy link
Collaborator

No description provided.

@utkarshg6 utkarshg6 marked this pull request as ready for review July 20, 2025 11:41
@utkarshg6 utkarshg6 linked an issue Jul 20, 2025 that may be closed by this pull request
Web3Error::Io(error) => FailureReason::Local(LocalError::Io(error.to_string())),
Web3Error::Signing(error) => {
// This variant cannot be tested due to import limitations.
FailureReason::Local(LocalError::Signing(error.to_string()))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you remember what was the issue? It seems to me quite neat...

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's with the import of secp256k1.

@utkarshg6 utkarshg6 merged commit 3a11c6e into GH-598 Jul 21, 2025
@utkarshg6 utkarshg6 deleted the GH-672 branch July 21, 2025 10:48
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.

Improve FailureReason

3 participants