alloy-rs / core

High-performance, well-tested & documented core libraries for Ethereum, in Rust
https://alloy.rs
Apache License 2.0
763 stars 135 forks source link

fix(primitives): Signed formatting #643

Closed DaniPopes closed 3 months ago

DaniPopes commented 3 months ago

sign_plus flag ({:+}) would get printed twice as now Uint also formats it. Only this flag is affected which is pretty rare.