mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 05:17:58 +00:00
Remove multiply_by_rational (#11598)
* Removed multiply_by_rational Replaced with multiply_by_rational_with_rounding * fixes * Test Fixes * nightly fmt * Test Fix * Fixed fuzzer.
This commit is contained in:
@@ -32,8 +32,8 @@ name = "per_thing_rational"
|
||||
path = "src/per_thing_rational.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "multiply_by_rational"
|
||||
path = "src/multiply_by_rational.rs"
|
||||
name = "multiply_by_rational_with_rounding"
|
||||
path = "src/multiply_by_rational_with_rounding.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "fixed_point"
|
||||
|
||||
Reference in New Issue
Block a user