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(wasm-utxo): resolve Clippy warnings across multiple files
Fixed various Clippy warnings throughout the codebase:
- Replaced `.map(Into::into)` with direct assignment
- Avoided unnecessary cloning in tap_script_sigs and wallet key caching
- Used copy instead of clone for XpubTriple
- Used LeafVersion's to_consensus() value directly without casting
- Added #[allow(clippy::too_many_arguments)] where appropriate
- Used div_ceil instead of manual ceiling division
- Simplified network_upgrade_at_height with iterator methods
- Fixed sighash_type usage
Issue: BTC-2650
Co-authored-by: llm-git <llm-git@ttll.de>
0 commit comments