rust-bitcoin-unsafe-fast/units/src
Martin Habovstiak b562a18914 Move denomination error out of `ParseAmountError`
The `from_str_in` methods on amounts returned `ParseAmountError` which
contained `InvalidDenomination` among its variants. This one was never
returned because the method doesn't parse denomination.

This change separates the error out.

Closes #2265
2024-01-24 11:25:09 +01:00
..
amount.rs Move denomination error out of `ParseAmountError` 2024-01-24 11:25:09 +01:00
lib.rs Remove ToOwned from prelude 2023-12-12 08:55:03 +11:00