rust-bitcoin-unsafe-fast/bitcoin/tests
Jamil Lambert, PhD 9fce57b738
Change T::from_str(s) to s.parse::<T>() in tests
`s.parse` is more idiomatic and produces more helpful error messages.

This has been changed repo wide in tests.
2024-08-28 16:13:03 +01:00
..
data chore: format and standardize all markdowns files 2024-04-27 06:29:23 -03:00
bip_174.rs Change `T::from_str(s)` to `s.parse::<T>()` 2024-08-27 17:31:00 +01:00
psbt-sign-taproot.rs Change T::from_str(s) to s.parse::<T>() in tests 2024-08-28 16:13:03 +01:00
serde.rs Change T::from_str(s) to s.parse::<T>() in tests 2024-08-28 16:13:03 +01:00
serde_opcodes.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00