rust-bitcoin-unsafe-fast/units/src
Tobin C. Harding e47e57c265
Fix kani test
In a kani test we are checking if the result of `to_unsigned()` is an
error but setting `is_signed` to `true`, this field represents the
signed-ness of the return type of `to_unsigned` (`Amount`) so should be
`false`.

Fix kani daily job.
2024-04-19 06:15:49 +10:00
..
locktime Remove deprecated legacy numeric methods 2024-04-07 01:51:14 +05:30
amount.rs Fix kani test 2024-04-19 06:15:49 +10:00
fee_rate.rs Move unit types to units 2024-03-12 11:59:39 +11:00
lib.rs 2024-04-07 automated rustfmt nightly 2024-04-07 01:03:23 +00:00
parse.rs units: Introduce public hex_u128 function 2024-04-03 07:09:46 +11:00
test_macros.rs fix: Manually implement serde traits 2024-03-20 11:33:14 +11:00
weight.rs Move unit types to units 2024-03-12 11:59:39 +11:00