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
In the new release of rust-bitcoin 0.32.0 the new Weight type has been introduced through bitcoin-units0.1.1, it's not being explicitly used in the PR #1448, but it should be instead of using .to_wu() as usize conversions.
Use case
Use the proper Weight type/API, instead of the current usize, for referring to weight units.