Skip to content

Conversation

@hawkadrian
Copy link
Contributor

What

Removed dead code block in recover_block.rs that only referenced a function without calling it.

Why

The conditional compilation block #[cfg(all(feature = "k256", feature = "secp256k1"))] containing let _ = verify_and_compute_sender_unchecked_k256; served no purpose. The feature selection logic already correctly prioritizes secp256k1 when both features are enabled, making this block redundant dead code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

1 participant